NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 04:30:58 +0000 (12:30 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 04:30:58 +0000 (12:30 +0800)
NotifySmtpCheck.php

index 2aa4d13..5feac2a 100644 (file)
@@ -38,7 +38,8 @@ class Pman_Core_NotifySmtpCheck extends Pman
 //                print_R($mailer);exit;
                 
                 $params = array(
-                    'netdns' => false
+                    'netdns' => false,
+                    'mailname' => $settings['username']
                 );
                 
                 $smtpmx = new Mail_smtpmx($params);