DataObjects/core.sql
[Pman.Core] / Mailer.php
index 6528977..ef21217 100644 (file)
@@ -113,18 +113,16 @@ 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);