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

index 28482dc..67bc8a4 100644 (file)
@@ -67,7 +67,7 @@ class Pman_Core_NotifySmtpCheck extends Pman
                 
 //                print_R($smtpmx->_smtp);exit;
                 
-                $res = $smtp->connect($smtpmx->timeout);
+                $res = $smtp->connect(10);
                 
                 if (is_a($res, 'PEAR_Error')) {
                     print_R('error?????');exit;