Posted - 03/26/2021 : 09:31:30
Hi,
Since I have set "Use PHP Mailer" instead of default PHP mail() because I was losing some emails, the accented characters are not displayed correctly anymore. I have the line $emailencoding='utf-8'; in includes.php. But my emails come with Content-Type: text/html; charset=iso-8859-1 in the header and so they do not interpret the unicode correctly.
Do you know where is this charset instruction in the header inserted? Is it in the ecommerceteplates code, is it in my PHP hosting server, is it in my gmail account? Thank you for your help.
JPK
Edited by - jpkuhn on 03/26/2021 09:53:55
|