From: edward Date: Thu, 14 Jul 2016 04:12:58 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3c5c4a61b90697ecc0ccbb1d7d78ef2c439fbba4 NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index a133ba89..9befbc37 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -49,7 +49,7 @@ 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); print_R($res);exit;