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

index a79169f..afbfc4d 100644 (file)
@@ -357,7 +357,7 @@ class Pman_Core_Mailer {
 //        $mailOptions = PEAR::getStaticProperty('Mail','options');
         
         $mailOptions = isset($ff->Mail) ? $ff->Mail : array();
-        //print_R($mailOptions);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");