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