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

index 48839b4..3ef2945 100644 (file)
@@ -185,7 +185,7 @@ 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');
         
         /* use variables from this object to ouput data. */