From 0d3277309a5d1634960786d74314ea8ffb78357d Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:43:12 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 94c73ca0..397665a0 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -66,8 +66,9 @@ class Pman_Core_NotifySmtpCheck extends Pman print_R('error?????');exit; } - $smtp->auth($settings['username'], $settings['password']); + $r = $smtp->auth($settings['username'], $settings['password']); + print_R($r);exit; // $smtpmx->_smtp->disconnect(); print_r("resutlt : {$res} \n"); exit; -- 2.39.2