NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 04:58:17 +0000 (12:58 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 04:58:17 +0000 (12:58 +0800)
NotifySmtpCheck.php

index 69fad70..633de41 100644 (file)
@@ -62,7 +62,7 @@ class Pman_Core_NotifySmtpCheck extends Pman
                     )
                 );
                 
-                $smtp = new Net_SMTP($server, 993, $dom, false, 0, $socket_options);
+                $smtp = new Net_SMTP($server, 25, $dom, false, 0, $socket_options);
                 
                 $smtp->setDebug(true);
 //                print_R($smtp);