From 236befbd75bb3fb03709ce88f9619e6726a925a6 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:05:15 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 15ac0392..a45ee4d5 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -47,7 +47,7 @@ class Pman_Core_NotifySmtpCheck extends Pman foreach ($mx as $mserver => $mpriority) { - $smtpmx->_smtp = new Net_SMTP('test', $smtpmx->port, $smtpmx->mailname); + $smtpmx->_smtp = new Net_SMTP('test.com', $smtpmx->port, $smtpmx->mailname); $res = $smtpmx->_smtp->connect($smtpmx->timeout); -- 2.39.2