NotifySend.php
authoredward <edward@roojs.com>
Thu, 10 Nov 2016 09:07:28 +0000 (17:07 +0800)
committeredward <edward@roojs.com>
Thu, 10 Nov 2016 09:07:28 +0000 (17:07 +0800)
NotifySend.php

index edd42ea..033d453 100644 (file)
@@ -492,7 +492,7 @@ class Pman_Core_NotifySend extends Pman
                 }
                 
                 
-                $this->errorHandler(date('Y-m-d h:i:s') . " - SENT {$w->id} - {$w->to_email} \n");
+                $this->errorHandler(date('Y-m-d h:i:s') . " - SENT {$w->id} - {$w->to_email} \n", true);
             }
             // what type of error..
             $code = empty($res->userinfo['smtpcode']) ? -1 : $res->userinfo['smtpcode'];