Autorespond message special characters

2 replies·opened Apr 5, 2023
B
brano099Apr 5, 2023

Hi,

the autorespond message does not show me the diacritics /special characters/
.. where can I change the encoding to UTF-8 ?

Thank you

S
SemiColonWebSTAFFApr 5, 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.

B
brano099Apr 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