Mailer.php
authorEdward <edward@roojs.com>
Tue, 14 Oct 2014 05:32:58 +0000 (13:32 +0800)
committerEdward <edward@roojs.com>
Tue, 14 Oct 2014 05:32:58 +0000 (13:32 +0800)
Mailer.php

index 05d6c02..8002ef1 100644 (file)
@@ -142,6 +142,8 @@ class Pman_Core_Mailer {
             $htmltemplate->compile('mail/'. $templateFile.'.body.html');
             $htmlbody =  $htmltemplate->bufferedOutputObject($content);
             
+            $this->htmlbody = $htmlbody;
+            
             // for the html body, we may want to convert the attachments to images.
 //            var_dump($htmlbody);exit;
             if ($this->replaceImages) {