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

index bfcb10c..d6c3d83 100644 (file)
@@ -153,7 +153,7 @@ class Pman_Core_Mailer {
             $mime = new Mail_mime(array('eol' => "\n",
                                     'html_charset' => 'utf-8',
                                     'text_charset' => 'utf-8',
-                                    'head_charset' => 'utf-8'
+//                                    'head_charset' => 'utf-8'
                 ));
             
             $mime->setTXTBody($parts[2]);