Mailer.php
authorjohn <john@roojs.com>
Wed, 8 Nov 2017 09:59:08 +0000 (17:59 +0800)
committerjohn <john@roojs.com>
Wed, 8 Nov 2017 09:59:08 +0000 (17:59 +0800)
Mailer.php

index 3ef2945..47d722a 100644 (file)
@@ -185,8 +185,8 @@ class Pman_Core_Mailer {
         //print_R($tmp_opts);
         // $tmp_opts['force'] = true;
         $template = new HTML_Template_Flexy(  $tmp_opts );
-        print_R($tmp_opts);exit;
         $template->compile('mail/'. $templateFile.'.txt');
+        print_R($tmp_opts);exit;
         
         /* use variables from this object to ouput data. */
         $mailtext = $template->bufferedOutputObject($content);