From bf0cecb7451ccbb7ffbacbc5b813eb2f0a85be7a Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 26 Mar 2018 17:13:29 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index 700fd179..8b7cae09 100644 --- a/Mailer.php +++ b/Mailer.php @@ -170,7 +170,7 @@ class Pman_Core_Mailer { // for the html body, we may want to convert the attachments to images. // var_dump($htmlbody);exit; - + print_R($content);exit; if($content->body_cls && strlen($content->body_cls)){ $htmlbody = $this->htmlbodySetClass($htmlbody, $content->body_cls); } -- 2.39.2