Mailer.php
authorChris <chris@roojs.com>
Tue, 2 Jul 2013 06:17:57 +0000 (14:17 +0800)
committerChris <chris@roojs.com>
Tue, 2 Jul 2013 06:17:57 +0000 (14:17 +0800)
Mailer.php

index 0a68192..193bca3 100644 (file)
@@ -151,7 +151,7 @@ class Pman_Core_Mailer {
         if ($htmlbody !== false) {
             require_once 'Mail/mime.php';
             $mime = new Mail_mime(array('eol' => "\n",
-                                    'html_encoding' => 'base64',
+//                                    'html_encoding' => 'base64',
                                     'html_charset' => 'utf-8',
                                     'text_charset' => 'utf-8',
                                     'head_charset' => 'utf-8'