Hello.
I set below cords on form.php.
$mail->MsgHTML( $body ); $mail->CharSet = "UTF-8";
But a sender name and messages on Auto-Responders E-mail is garbled.
Please let me know how fix it.
Regard,
Naoko
3 replies · opened Oct 6, 2020
Hello.
I set below cords on form.php.
$mail->MsgHTML( $body ); $mail->CharSet = "UTF-8";
But a sender name and messages on Auto-Responders E-mail is garbled.
Please let me know how fix it.
Regard,
Naoko
Hello,
Since you are using the AutoResponders, please find the following code in the include/form.php File:
[ch_pre type="php"]$autoresponder = new PHPMailer();[/ch_pre]
and add this line after the above line:
[ch_pre type="php"]$autoresponder->CharSet = "UTF-8";[/ch_pre]
This will definitely fix the issue. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Thank you for your supporting!
It's work!!
I'm deeply grateful for your help.
Naoko
Hello,
Very Happy to Help! :)
Do let us know if we can help you with anything else or if you find any further issues with Canvas.
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