From 2ba3e970941bd58118b6127674eb40a9bb46b6af Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:26:17 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index b62f948c..914dd87e 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -51,7 +51,7 @@ class Pman_Core_NotifySmtpCheck extends Pman if (is_a($result, 'PEAR_Error')) { print_r("Error occour on '_sanitizeHeaders' \n");exit; } - + print_R($smtpmx);exit; $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname); // print_R($smtpmx->_smtp);exit; -- 2.39.2