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

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