NotifySmtpCheck.php
[Pman.Core] / 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";