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

index 89c15b2..edf0f49 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";