From d085c7019aa39d66f882c43b14da3d7630602fe0 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:31:18 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 5feac2ab..2aa4d133 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -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); -- 2.39.2