From 1c9823f16513382b80199af6b622e3a5a33d5f4e Mon Sep 17 00:00:00 2001 From: Javad Evazzadeh Kakroudi Date: Fri, 29 May 2015 23:19:25 +0430 Subject: [PATCH] add charset for sending email --- src/includes/functions.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/includes/functions.inc.php b/src/includes/functions.inc.php index 9430770d..f4bbf3d3 100644 --- a/src/includes/functions.inc.php +++ b/src/includes/functions.inc.php @@ -388,6 +388,7 @@ function psm_update_available() { function psm_build_mail($from_name = null, $from_email = null) { $phpmailer = new \PHPMailer(); $phpmailer->Encoding = "base64"; + $phpmailer->CharSet = 'UTF-8'; $phpmailer->SMTPDebug = false; if(psm_get_conf('email_smtp') == '1') {