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

index 8b7cae0..700fd17 100644 (file)
@@ -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);
             }