Mailer.php
authorleon <leon@roojs.com>
Thu, 25 Jan 2024 03:00:36 +0000 (11:00 +0800)
committerleon <leon@roojs.com>
Thu, 25 Jan 2024 03:00:36 +0000 (11:00 +0800)
Mailer.php

index 64acb01..a79169f 100644 (file)
@@ -357,8 +357,7 @@ class Pman_Core_Mailer {
 //        $mailOptions = PEAR::getStaticProperty('Mail','options');
         
         $mailOptions = isset($ff->Mail) ? $ff->Mail : array();
-        // print_R($mailOptions);exit;
-        print_R($email);exit;
+        //print_R($mailOptions);exit;
         
         if ($this->mail_method == 'SMTPMX' && empty($mailOptions['mailname'])) {
             $pg->jerr("Mail[mailname] is not set - this is required for SMTPMX");