NotifySmtpCheck.php
[Pman.Core] / NotifySmtpCheck.php
index 8fd8178..67bc8a4 100644 (file)
@@ -60,14 +60,14 @@ 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);
                 
 //                print_R($smtpmx->_smtp);exit;
                 
-                $res = $smtp->connect($smtpmx->timeout);
+                $res = $smtp->connect(10);
                 
                 if (is_a($res, 'PEAR_Error')) {
                     print_R('error?????');exit;