The email auto-reply content of the Chinese site shows garbled characters

4 replies · opened Apr 7, 2023

Yyshim123Apr 7, 2023

The email auto-reply content of the Chinese site shows garbled characters, how to solve it?

Yyshim123Apr 7, 2023

The received mail is shown below

SSemicolon WebSTAFFApr 7, 2023

Hello,

Simply find the following code in the include/form.php File:
[ch_pre type="php"]$autoresponder->MsgHTML( $ar_body );[/ch_pre]

and replace it with:
[ch_pre type="php"]$autoresponder->MsgHTML( $ar_body );
$autoresponder->CharSet = "UTF-8";[/ch_pre]

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.

Yyshim123Apr 7, 2023

work Perfect!
Thank you

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