Mailer.php
[Pman.Core] / 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]);