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

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