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