OoguyotApr 3, 2018
Hello, I send messages using sendmail.php and I see the display of special characters when in the message there are French accents (é è to, etc.)
What can I do to correct this?
Thanks
Olivier
1 reply · opened Apr 3, 2018
Hello, I send messages using sendmail.php and I see the display of special characters when in the message there are French accents (é è to, etc.)
What can I do to correct this?
Thanks
Olivier
Hello,
You will simply have to set the Encoding Type for the Email in the include/sendemail.php File. Please find the following code:
$mail->MsgHTML( $body );and replace it with the following code:
$mail->MsgHTML( $body );
$mail->CharSet = "UTF-8";This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard