Mailer.php
authoredward <edward@roojs.com>
Mon, 26 Mar 2018 09:03:50 +0000 (17:03 +0800)
committeredward <edward@roojs.com>
Mon, 26 Mar 2018 09:03:50 +0000 (17:03 +0800)
Mailer.php

index a2d29ad..aa57a8c 100644 (file)
@@ -172,7 +172,7 @@ class Pman_Core_Mailer {
 //            var_dump($htmlbody);exit;
             
             if($content->body_cls && strlen($content->body_cls)){
-                
+                $htmlbody = $this->htmlbodySetClass($content->body_cls);
             }
             
             if ($this->replaceImages) {