From bb3020104aa28045d44044545f48bd3e74bda786 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 15:41:55 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 055810dc..89c15b25 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -54,6 +54,8 @@ class Pman_Core_NotifySmtpCheck extends Pman continue; } + echo "Login As : {$settings['username']}:{$settings['password']} \n"; + $res = $smtp->auth($settings['username'], $settings['password']); if (is_a($res, 'PEAR_Error')) { -- 2.39.2