Post by benpet » Wed Jul 01, 2009 7:36 pm

thank you, problem with subject encoding is fixed now,
but I need help with same problem with sender.

from: ???????????????????????????? <email@shop.xx>

Can someone help me?

Newbie

Posts

Joined
Wed Jul 01, 2009 7:32 pm

Post by Xa-uBaH » Sun Nov 29, 2009 4:31 pm

Thanks, this worked for me too! I had unreadable sender and subject in Bulgarian!

Newbie

Posts

Joined
Tue Oct 06, 2009 5:43 pm

Post by benpet » Thu Jan 28, 2010 4:48 pm

Xa-uBaH wrote:Thanks, this worked for me too! I had unreadable sender and subject in Bulgarian!
Hi, it was fixed in Czech forum.
Just revert all changes of /system/library/mail.php to default state and change these lines

Code: Select all

  	public function setSender($sender) {
    	$this->sender = $sender;
  	}
 
  	public function setSubject($subject) {
    	$this->subject = $subject;
  	}
to these

Code: Select all

  	public function setSender($sender) {
    	$this->sender = '=?UTF-8?B?' . base64_encode($sender) . '?=';
  	}
 
  	public function setSubject($subject) {
    	$this->subject = '=?UTF-8?B?' . base64_encode($subject) . '?=';
  	}

Newbie

Posts

Joined
Wed Jul 01, 2009 7:32 pm

Post by buyparfumes » Thu Jan 28, 2010 5:44 pm

This didnnt work for me? Any help? I still have encoding problems on the mail page ???

парфюми на ниски цени от качествена парфюмерия | филми - всички известни филми | играй игри за деца и големи


New member

Posts

Joined
Sun Jan 24, 2010 4:20 am

Post by djcraig49 » Sat Jan 30, 2010 12:03 am

Hi there,

I'm also having trouble with emails. If i use my xxx@kent.ac.uk email address for the store owner everything works fine. However, if i use the same email address the site uses to send the emails, or even my clients xxx@btconnect.com email address the store owner doesn't receive any emails?

Seems very weird and I not sure why it wont work with the other email addresses, any help please.

New member

Posts

Joined
Fri Nov 06, 2009 1:49 am

Post by bogdan_qweasd » Mon Oct 25, 2010 10:54 pm

I have a problem because i can't received mail. In error file appear the folowing error:

2010-10-25 14:28:41 - PHP Warning: mail() [<a href='function.mail'>function.mail</a>]: Failed to connect to mailserver at "" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\system\library\mail.php on line 151

Help me plase

Newbie

Posts

Joined
Mon Oct 25, 2010 10:49 pm

Post by Qphoria » Mon Oct 25, 2010 11:04 pm

You are using a localhost wamp server. You likely don't have a mailserver configured

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 84 guests