From: edward Date: Thu, 14 Jul 2016 04:15:44 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e93440fe84b41e28a05761914070c0a4eb805e4e NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 774b2f1e..be4d0f58 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -45,7 +45,7 @@ class Pman_Core_NotifySmtpCheck extends Pman $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname); - print_R($smtpmx);exit; + print_R($smtpmx->_smtp);exit; $res = $smtpmx->_smtp->connect($smtpmx->timeout);