X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=NotifySmtpCheck.php;h=397665a082b60392cfab3ab382e1c5663d1c0196;hp=94c73ca00689754ba47a6dcc3d7c599d49a04314;hb=0d3277309a5d1634960786d74314ea8ffb78357d;hpb=dd05ea5bd0ec8cc3eb39b26aa7cf6a16377259b6 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;