X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NotifySend.php;h=cf501b4dfd7bd27a4b734603b31a36f566d9b004;hb=7bca683a29156998bf2cea16382a67f46d6313a6;hp=5e6124f27efee5552116d7900beb244b425c183c;hpb=ec55d88dcae21f1a44922f3b498eb626c5b3fdc5;p=Pman.Core 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'];