From: edward Date: Mon, 26 Mar 2018 09:03:08 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4a0229503cf32814311f6cd63eb4c68c8a531f06 Mailer.php --- 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);