From 7bca683a29156998bf2cea16382a67f46d6313a6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 3 Jan 2016 20:07:32 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; -- 2.39.2