From 608601517c94b3bced18f109326c13e74f0d05e1 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:25:21 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2