From: edward Date: Thu, 14 Jul 2016 07:41:55 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=bb3020104aa28045d44044545f48bd3e74bda786 NotifySmtpCheck.php --- 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')) {