From: edward Date: Thu, 14 Jul 2016 04:14:13 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=24eee37311ca2b4cd702459cce8b56658b5900a5 NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index a133ba89..a8071ef9 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -49,9 +49,11 @@ class Pman_Core_NotifySmtpCheck extends Pman $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname); - print_R($smtpmx);exit; +// print_R($smtpmx);exit; $res = $smtpmx->_smtp->connect($smtpmx->timeout); + $smtpmx->_smtp->disconnect(); + print_R($res);exit; // }