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

index 512712d..1471784 100644 (file)
@@ -150,7 +150,11 @@ class Pman_Core_Mailer {
         
         if ($htmlbody !== false) {
             require_once 'Mail/mime.php';
-            $mime = new Mail_mime(array('eol' => "\n", 'html_charset' => 'utf-8'));
+            $mime = new Mail_mime(array('eol' => "\n",
+                                    'html_charset' => 'utf-8',
+                                    'html_charset' => 'utf-8',
+                                                                        'html_charset' => 'utf-8'));
+));
             
             $mime->setTXTBody($parts[2]);
             $mime->setHTMLBody($htmlbody);