From: edward Date: Thu, 14 Jul 2016 04:52:16 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=552aa6ef5daf2df0f18fd3b6babbe7cc473c03db NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 28482dce..67bc8a48 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -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;