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

index be3284f..d8ac81e 100644 (file)
@@ -168,6 +168,9 @@ class Pman_Core_Mailer {
             
             // for the html body, we may want to convert the attachments to images.
 //            var_dump($htmlbody);exit;
+            
+            
+            
             if ($this->replaceImages) {
                 $htmlbody = $this->htmlbodytoCID($htmlbody);    
             }