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

index bfcb10c..9b61183 100644 (file)
@@ -152,6 +152,7 @@ class Pman_Core_Mailer {
             require_once 'Mail/mime.php';
             $mime = new Mail_mime(array('eol' => "\n",
                                     'html_charset' => 'utf-8',
+                'html_encoding' => 'base64',
                                     'text_charset' => 'utf-8',
                                     'head_charset' => 'utf-8'
                 ));