diff --git a/cron/class.phpmailer.php b/cron/class.phpmailer.php
index 12a95875702e04a663daf65433161c74204e2f1f..fba70242a465b0feb5fd5238f1fdb3143d41f766 100755
--- a/cron/class.phpmailer.php
+++ b/cron/class.phpmailer.php
@@ -45,7 +45,7 @@ class PHPMailer
      * The character set of the message.
      * @var string
      */
-    public $CharSet = 'iso-8859-1';
+    public $CharSet = 'UTF-8';
 
     /**
      * The MIME Content-type of the message.
diff --git a/modules/Emails/class.phpmailer.php b/modules/Emails/class.phpmailer.php
index bdc699e1f09ebf8e63403133c36587aa5ab36c16..6a821ec563df2213a9bbc6bdb2fa8578bc5cb5d0 100755
--- a/modules/Emails/class.phpmailer.php
+++ b/modules/Emails/class.phpmailer.php
@@ -45,7 +45,7 @@ class PHPMailer
      * The character set of the message.
      * @var string
      */
-    public $CharSet = 'iso-8859-1';
+    public $CharSet = 'UTF-8';
 
     /**
      * The MIME Content-type of the message.