NotifySend.php
authorAlan Knowles <alan@roojs.com>
Sun, 3 Jan 2016 12:07:32 +0000 (20:07 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 3 Jan 2016 12:07:32 +0000 (20:07 +0800)
NotifySend.php

index 5e6124f..cf501b4 100644 (file)
@@ -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'];