diff --git a/functions.php b/functions.php index 02297d8b..f4a7c74d 100644 --- a/functions.php +++ b/functions.php @@ -501,6 +501,7 @@ function sendSingleEmail($config_smtp_host, $config_smtp_username, $config_smtp_ try{ // Mail Server Settings + $mail->CharSet = "UTF-8"; $mail->SMTPDebug = 0; // No Debugging $mail->isSMTP(); // Set mailer to use SMTP $mail->Host = $config_smtp_host; // Specify SMTP server