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

index 7f416ba..5ee0530 100644 (file)
@@ -169,7 +169,6 @@ class Pman_Core_Mailer {
             
             $htmltemplate->compile('mail/'. $templateFile.'.body.html');
             $htmlbody =  $htmltemplate->bufferedOutputObject($content);
-            print_r($htmlbody);exit;
             
             $this->htmlbody = $htmlbody;
             
@@ -194,8 +193,8 @@ class Pman_Core_Mailer {
         
         /* use variables from this object to ouput data. */
         $mailtext = $template->bufferedOutputObject($content);
-        //print_r($mailtext);exit;
-       print_r($mailtext);exit;
+        print_r($mailtext);exit;
+       
         
         
         //echo "<PRE>";print_R($mailtext);