Mailer.php
authoredward <edward@roojs.com>
Wed, 7 Jun 2017 09:10:19 +0000 (17:10 +0800)
committeredward <edward@roojs.com>
Wed, 7 Jun 2017 09:10:19 +0000 (17:10 +0800)
Mailer.php

index 596ff9c..027023a 100644 (file)
@@ -169,6 +169,7 @@ class Pman_Core_Mailer {
             
             $htmltemplate->compile('mail/'. $templateFile.'.body.html');
             $htmlbody =  $htmltemplate->bufferedOutputObject($content);
+            print_r($htmlbody);exit;
             
             $this->htmlbody = $htmlbody;