DataObjects/Core_curr_rate.php
[Pman.Core] / Mailer.php
index 93d5632..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) {
@@ -254,7 +256,7 @@ class Pman_Core_Mailer {
         }
 //        echo '<PRE>';
 //        print_r('parts');
-        print_r($parts);exit;
+//        print_r($parts[2]);
 //        exit;
        // list($recipents,$headers,$body) = $parts;
         return array(