From ec55d88dcae21f1a44922f3b498eb626c5b3fdc5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 3 Jan 2016 20:07:12 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index f7bd46e8..5e6124f2 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\n"); + $this->errorHandler(date('Y-m-d h:i:s') . " - SENT {$w->to_email}\n"); } // what type of error.. $code = empty($res->userinfo['smtpcode']) ? -1 : $res->userinfo['smtpcode']; -- 2.39.2