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

4 replies·opened Apr 7, 2023
Y
yshim123Apr 7, 2023

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

Y
yshim123Apr 7, 2023

The received mail is shown below

S
SemiColonWebSTAFFApr 7, 2023

Hello,

Simply find the following code in the include/form.php File:

$autoresponder->MsgHTML( $ar_body );

and replace it with:

$autoresponder->MsgHTML( $ar_body );
$autoresponder->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.

Y
yshim123Apr 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