Bborjapintor88Apr 11, 2016
Hello, some times when the names have spanish caracters like ´ or ñ the email that i recive it shows the name "bad" (in ASCII). Can i do something to solve this? Thanks
1 reply · opened Apr 11, 2016
Hello, some times when the names have spanish caracters like ´ or ñ the email that i recive it shows the name "bad" (in ASCII). Can i do something to solve this? Thanks
Hello,
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 fix your issue. Let us know if we can help you with anything else or if you find any further issues.
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