Mailer.php
authorleon <leon@roojs.com>
Thu, 25 Jan 2024 02:56:44 +0000 (10:56 +0800)
committerleon <leon@roojs.com>
Thu, 25 Jan 2024 02:56:44 +0000 (10:56 +0800)
Mailer.php

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