AAllanComuniQJun 2, 2016
Hello, how are you?
The emails sent by contact form are coming up with accentuation errors. You can see an example in the attached image. How can I solve this?
2 replies · opened Jun 2, 2016
Hello, how are you?
The emails sent by contact form are coming up with accentuation errors. You can see an example in the attached image. How can I solve this?
Hello,
We are Doing Good! Thanks for Asking! How are you? :)
You will 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. Let us know if we can help you with anything else or if you find any issues.
I'm great! Thanks, work fine!
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