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