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

index 8fd8178..28482dc 100644 (file)
@@ -60,7 +60,7 @@ class Pman_Core_NotifySmtpCheck extends Pman
             'verify_peer_name'  => false,
             'allow_self_signed' => true));
                 
-                $smtp = new Net_SMTP($server, 25, $dom, false, 0, $options);
+                $smtp = new Net_SMTP($server, 993, $dom, false, 0, $options);
                 
                 $smtp->setDebug(true);
 //                print_R($smtp);