From 819a56e04d8cbd5f0cd0d8f8c6723c8c110c26c9 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:58:29 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 633de415..a6c31300 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -62,7 +62,7 @@ class Pman_Core_NotifySmtpCheck extends Pman ) ); - $smtp = new Net_SMTP($server, 25, $dom, false, 0, $socket_options); + $smtp = new Net_SMTP($server, 25, '058177247238.ctinets.com', false, 0, $socket_options); $smtp->setDebug(true); // print_R($smtp); -- 2.39.2