From: edward Date: Thu, 14 Jul 2016 04:30:58 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=95d0139e43fb162f4775eb3e4ab79e02ac8958bc NotifySmtpCheck.php --- 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);