diff --git a/server/libs/MailSender.php b/server/libs/MailSender.php index 62bbaed3..1d6b2172 100755 --- a/server/libs/MailSender.php +++ b/server/libs/MailSender.php @@ -70,6 +70,7 @@ class MailSender { $this->mailerInstance->From = $this->mailOptions['from']; $this->mailerInstance->FromName = $this->mailOptions['fromName']; + $this->mailerInstance->CharSet = 'UTF-8'; $this->mailerInstance->isSMTP(); $this->mailerInstance->SMTPAuth = true;