From 552aa6ef5daf2df0f18fd3b6babbe7cc473c03db Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:52:16 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2