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

index ef51372..055810d 100644 (file)
@@ -44,7 +44,9 @@ class Pman_Core_NotifySmtpCheck extends Pman
             $smtp = new Net_SMTP($server, $settings['port'], $helo, false, 0, $socket_options);
 
 //            $smtp->setDebug(true);
-
+            
+            echo "Connecting : {$server}:{$settings['port']} \n";
+            
             $res = $smtp->connect(10);
 
             if (is_a($res, 'PEAR_Error')) {