NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 07:41:55 +0000 (15:41 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 07:41:55 +0000 (15:41 +0800)
NotifySmtpCheck.php

index 055810d..89c15b2 100644 (file)
@@ -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')) {