Mailer.php
authorEdward <edward@roojs.com>
Fri, 21 Feb 2014 10:35:00 +0000 (18:35 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Feb 2014 10:35:00 +0000 (18:35 +0800)
Mailer.php

index 4f0699b..9131bda 100644 (file)
@@ -137,7 +137,8 @@ class Pman_Core_Mailer {
             
             $htmltemplate->compile('mail/'. $templateFile.'.body.html');
             $htmlbody =  $htmltemplate->bufferedOutputObject($content);
-            
+            echo "<PRE>";
+            print_r($htmlbody);exit;
             // for the html body, we may want to convert the attachments to images.
 //            var_dump($htmlbody);exit;
             $htmlbody = $this->htmlbodytoCID($htmlbody);