[ZendTo] Accentuated characters doesn't show correctly in mails sent by zendto v5

Francis francisd at gmail.com
Fri Feb 2 16:19:10 GMT 2018


2018-02-02 11:09 GMT-05:00 Francis <francisd at gmail.com>:

>
> I think the problem is the mail headers that define the charset as
> us-ascii. I did an ugly hack that seem to work fine:
>
> /opt/zendto# grep -R us-ascii -A 1 *
> lib/class.phpmailer.php:            //$bodyCharSet = 'us-ascii';
> lib/class.phpmailer.php-            $bodyCharSet = 'UTF-8';
> --
> lib/class.phpmailer.php:            //$altBodyCharSet = 'us-ascii';
> lib/class.phpmailer.php-            $altBodyCharSet = 'UTF-8';
> --
> lib/PHPMailer.php:            //$bodyCharSet = 'us-ascii';
> lib/PHPMailer.php-            $bodyCharSet = 'UTF-8';
> --
> lib/PHPMailer.php:            //$altBodyCharSet = 'us-ascii';
> lib/PHPMailer.php-            $altBodyCharSet = 'UTF-8';
>
>
>
Well, it worked.. one time only!  Maybe just some coincidence. Maybe like
you my problem doesn't always occurs...

-- 
Francis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20180202/682180b7/attachment-0001.html 


More information about the ZendTo mailing list