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

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