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