From f1c3ddb84344af8f57730d5fc91091fdc9dbfb70 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 10 Nov 2016 17:07:28 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index edd42ea9..033d4537 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -492,7 +492,7 @@ class Pman_Core_NotifySend extends Pman } - $this->errorHandler(date('Y-m-d h:i:s') . " - SENT {$w->id} - {$w->to_email} \n"); + $this->errorHandler(date('Y-m-d h:i:s') . " - SENT {$w->id} - {$w->to_email} \n", true); } // what type of error.. $code = empty($res->userinfo['smtpcode']) ? -1 : $res->userinfo['smtpcode']; -- 2.39.2