NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 07:44:00 +0000 (15:44 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 07:44:00 +0000 (15:44 +0800)
NotifySmtpCheck.php

index edf0f49..89c15b2 100644 (file)
@@ -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";