PBraz Posted April 21, 2012 Share Posted April 21, 2012 Just trying the newsletter module and while everything works the recipient is shown as =?UTF-8?B??=. The email does get sent and recieved but it looks unprofessional when this turns up in the To: field. If I look at the email source I can see that the To: information is: To: =?UTF-8?B??= <[email protected]> Any ideas why this might be happening ? Thanks Paul Link to comment Share on other sites More sharing options...
phrasespot Posted April 23, 2012 Share Posted April 23, 2012 This is a known bug that is fixed in a later version. Search the bug tracker to see the fix. Link to comment Share on other sites More sharing options...
Frens Posted April 23, 2012 Share Posted April 23, 2012 It is indeed a bug, which I have already indicated http://forge.prestas...owse/PSCFI-4931 but is not yet resolved Link to comment Share on other sites More sharing options...
PBraz Posted April 24, 2012 Author Share Posted April 24, 2012 OK, thanks for the response. I will keep an eye on the bug tracker to see when it is resolved. Its just not a very professional looks when customers recieve emails like this. I don't see this in Squirrell Mail but it does show up in Windows Live Mail which many people use. Link to comment Share on other sites More sharing options...
Frens Posted April 24, 2012 Share Posted April 24, 2012 Hello, I've also tested in Mozilla Thunderbird and Gmail , no problems there only in live mail it takes a long time before they have solved the bug........ Link to comment Share on other sites More sharing options...
Frens Posted May 10, 2012 Share Posted May 10, 2012 (edited) Fixed ! http://forge.prestas...owse/PSCFI-4973 Get the new classes/mail.php http://scm.prestashop.com/browse/PrestaShop_v.1.4.x/classes/Mail.php?r=15182 Edited May 10, 2012 by Frens (see edit history) Link to comment Share on other sites More sharing options...
doubleD Posted October 26, 2012 Share Posted October 26, 2012 And the issue is here again Prestashop 1.5.1-1.5.2 To fix: classes/Mail.php find [Lines 147 and 156] addTo($addr, '=?UTF-8?B?'.base64_encode($to_name).'?='); replace with addTo($addr, $to_name); 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now