From 4a0229503cf32814311f6cd63eb4c68c8a531f06 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 26 Mar 2018 17:03:08 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index d8ac81e2..a2d29adb 100644 --- a/Mailer.php +++ b/Mailer.php @@ -86,6 +86,8 @@ class Pman_Core_Mailer { var $bcc = false; + var $body_cls = false; + function __construct($args) { foreach($args as $k=>$v) { // a bit trusting.. @@ -169,7 +171,9 @@ class Pman_Core_Mailer { // for the html body, we may want to convert the attachments to images. // var_dump($htmlbody);exit; - + if($content->body_cls && strlen($content->body_cls)){ + + } if ($this->replaceImages) { $htmlbody = $this->htmlbodytoCID($htmlbody); -- 2.39.2