From: edward Date: Thu, 10 Nov 2016 09:07:28 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f1c3ddb84344af8f57730d5fc91091fdc9dbfb70 NotifySend.php --- 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'];