From 40a1a5f78c30b26d121d2899285c7b89793b1698 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:28:47 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 9e9f99c6..2aa4d133 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -42,9 +42,12 @@ class Pman_Core_NotifySmtpCheck extends Pman ); $smtpmx = new Mail_smtpmx($params); + $smtpmx->debug = true; $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname); - + + $smtpmx->_smtp->setDebug(true); + // print_R($smtpmx->_smtp);exit; $res = $smtpmx->_smtp->connect($smtpmx->timeout); -- 2.39.2