From: Alan Knowles Date: Sun, 3 Jan 2016 12:07:32 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7bca683a29156998bf2cea16382a67f46d6313a6 NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 5e6124f2..cf501b4d 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -404,7 +404,7 @@ class Pman_Core_NotifySend extends Pman } - $this->errorHandler(date('Y-m-d h:i:s') . " - SENT {$w->to_email}\n"); + $this->errorHandler(date('Y-m-d h:i:s') . " - SENT {$w->id} - {$w->to_email} \n"); } // what type of error.. $code = empty($res->userinfo['smtpcode']) ? -1 : $res->userinfo['smtpcode'];