From: edward Date: Thu, 14 Jul 2016 04:11:06 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=282f89a55aa8be61d3a84e933f6a08010dbc559e NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 976ea330..fc90ddf9 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -48,7 +48,8 @@ class Pman_Core_NotifySmtpCheck extends Pman // foreach ($mx as $mserver => $mpriority) { $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname); - + + print_R($smtpmx->_smtp);exit; $res = $smtpmx->_smtp->connect($smtpmx->timeout); print_R($res);exit;