Mailer.php
authorAlan Knowles <alan@roojs.com>
Thu, 25 Jul 2013 07:35:12 +0000 (15:35 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Jul 2013 07:35:12 +0000 (15:35 +0800)
Mailer.php

index e0e1749..03b6bb9 100644 (file)
@@ -164,7 +164,8 @@ class Pman_Core_Mailer {
 //                                    'html_encoding' => 'base64',
                                     'html_charset' => 'utf-8',
                                     'text_charset' => 'utf-8',
-                                    'head_charset' => 'utf-8'
+                                    'head_charset' => 'utf-8',
+        ));
         // clean up the headers...
         $parts[1] = $mime->headers($parts[1]);