DataObjects/core.sql
[Pman.Core] / Mailer.php
index 8650e91..ef21217 100644 (file)
@@ -85,7 +85,7 @@ class Pman_Core_Mailer {
         
         $content->HTTP_HOST = $http_host;
         
-        print_r($content);
+        
         
         // this should be done by having multiple template sources...!!!
         
@@ -114,16 +114,15 @@ class Pman_Core_Mailer {
               
         }
         $tmp_opts['nonHTML'] = true;
-        
+        // $tmp_opts['force'] = true;
         $template = new HTML_Template_Flexy(  $tmp_opts );
         
         $template->compile('mail/'. $templateFile.'.txt');
         
         /* use variables from this object to ouput data. */
         $mailtext = $template->bufferedOutputObject($content);
-        
-        
-        
+        //print_r($mailtext);exit;
+       
         
         
         //echo "<PRE>";print_R($mailtext);