Mailer.php
authorEdward <edward@roojs.com>
Mon, 14 Jan 2013 07:08:57 +0000 (15:08 +0800)
committerEdward <edward@roojs.com>
Mon, 14 Jan 2013 07:08:57 +0000 (15:08 +0800)
Mailer.php

index 12a98b8..c169c7a 100644 (file)
@@ -85,7 +85,7 @@ class Pman_Core_Mailer {
         
         $content->HTTP_HOST = $http_host;
         
-        print_r($content);exit;
+        
         
         // this should be done by having multiple template sources...!!!
         
@@ -123,7 +123,7 @@ class Pman_Core_Mailer {
         $mailtext = $template->bufferedOutputObject($content);
         
         
-        
+        print_r($mailtext);exit;
         
         
         //echo "<PRE>";print_R($mailtext);