diff --git a/include/class.mailer.php b/include/class.mailer.php
index d291effb228bf81cc5b7cae62e58b03dcce37bc9..adb0fd0d1188a30ed64e09226fd1c919b90c7662 100644
--- a/include/class.mailer.php
+++ b/include/class.mailer.php
@@ -150,7 +150,7 @@ class Mailer {
         //Desired encodings...
         $encodings=array(
                 'head_encoding' => 'quoted-printable',
-                'text_encoding' => 'quoted-printable',
+                'text_encoding' => 'base64',
                 'html_encoding' => 'base64',
                 'html_charset'  => 'utf-8',
                 'text_charset'  => 'utf-8',