From: edward Date: Thu, 14 Jul 2016 04:43:12 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=0d3277309a5d1634960786d74314ea8ffb78357d NotifySmtpCheck.php --- 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;