I have a problem with the contact form with greek letters. When someone use greek letters in form I recieve uknown characters in my mail.
Which configuration I must make to correct this problem?
Problem with Greek Letters in contact form
2 replies · opened Nov 26, 2016
JjovarNov 26, 2016
JjovarNov 26, 2016
The characters I recieve are δδσαδοσακδοπσ
SSemicolon WebSTAFFNov 27, 2016
Hello,
We Really Apologize about the Inconveniences caused!
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 work fine. Let us know if we can help you with anything else or if you find any 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