From 282f89a55aa8be61d3a84e933f6a08010dbc559e Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:11:06 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 976ea330..fc90ddf9 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -48,7 +48,8 @@ class Pman_Core_NotifySmtpCheck extends Pman // foreach ($mx as $mserver => $mpriority) { $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname); - + + print_R($smtpmx->_smtp);exit; $res = $smtpmx->_smtp->connect($smtpmx->timeout); print_R($res);exit; -- 2.39.2