From: Alan Knowles Date: Sun, 3 Jan 2016 12:07:12 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ec55d88dcae21f1a44922f3b498eb626c5b3fdc5 NotifySend.php --- 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'];