DataObjects/Core_curr_rate.php
[Pman.Core] / Mailer.php
index ed42dde..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) {
@@ -204,7 +206,6 @@ class Pman_Core_Mailer {
             }
             $mime->setTXTBody($parts[2]);
             $mime->setHTMLBody($htmlbody);
-            print_R($htmlbody);exit;
 //            var_dump($mime);exit;
             foreach($this->images as $cid=>$cdata) {