From ed9c53546631ff49c46c98a0da9b507cd3c0f891 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 15:44:00 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index edf0f49c..89c15b25 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