i ran into a problem as i was testing the form when i wrote in greek language. The majority of the emails sent to me will be in greek so this is a huge issue. I wrote this word as a test : " Γειά " and what i received is this: " Îειά ".
Please advise.
Need Help. Contact form issue with greek language.
2 replies · opened Mar 2, 2020
Mmaster181Mar 2, 2020
SSemicolon WebSTAFFMar 2, 2020
Hello,
Simply set the charset for the $mail Object in the include/form.php File. Example:
$mail->CharSet = "UTF-8";Make sure that you add the above line of code anywhere after this line: $mail = new PHPMailer(); .
This will definitely fix your issue. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Mmaster181Mar 5, 2020
Problem solved ! Thank you very much !
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