From: edward Date: Thu, 14 Jul 2016 04:26:17 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2ba3e970941bd58118b6127674eb40a9bb46b6af NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index b62f948c..914dd87e 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -51,7 +51,7 @@ class Pman_Core_NotifySmtpCheck extends Pman if (is_a($result, 'PEAR_Error')) { print_r("Error occour on '_sanitizeHeaders' \n");exit; } - + print_R($smtpmx);exit; $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname); // print_R($smtpmx->_smtp);exit;