From f0a9227905ca88005dc566a6bdbb78db780f148d Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 15:42:24 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 89c15b25..edf0f49c 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -43,7 +43,7 @@ class Pman_Core_NotifySmtpCheck extends Pman $smtp = new Net_SMTP($server, $settings['port'], $helo, false, 0, $socket_options); -// $smtp->setDebug(true); + $smtp->setDebug(true); echo "Connecting : {$server}:{$settings['port']} \n"; -- 2.39.2