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

index c70f989..bfcb10c 100644 (file)
@@ -151,9 +151,9 @@ class Pman_Core_Mailer {
         if ($htmlbody !== false) {
             require_once 'Mail/mime.php';
             $mime = new Mail_mime(array('eol' => "\n",
-                                    'html_charset' => 'UTF-8',
-                                    'text_charset' => 'UTF-8',
-                                    'head_charset' => 'UTF-8'
+                                    'html_charset' => 'utf-8',
+                                    'text_charset' => 'utf-8',
+                                    'head_charset' => 'utf-8'
                 ));
             
             $mime->setTXTBody($parts[2]);