From 4a8ef6e245893893374879604185e0cf13deab9e Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:13:11 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 9befbc37..a133ba89 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -49,7 +49,7 @@ class Pman_Core_NotifySmtpCheck extends Pman $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname); -// print_R($smtpmx);exit; + print_R($smtpmx);exit; $res = $smtpmx->_smtp->connect($smtpmx->timeout); print_R($res);exit; -- 2.39.2