From ec7e64199e6396f500fe8bc9d5588739dda11d8f Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 14 Nov 2013 19:08:16 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index 9e2a21f5..b32fa518 100644 --- a/Mailer.php +++ b/Mailer.php @@ -222,7 +222,7 @@ class Pman_Core_Mailer { } print_r($mime->headers($parts[1])); - $mime->setTXTBody($parts[2]); + $mime->setHTMLBody($parts[2]); foreach($this->attachments as $attch){ $mime->addAttachment( $attch['file'], -- 2.39.2