NotifySend.php
authoredward <edward@roojs.com>
Mon, 28 May 2018 03:51:12 +0000 (11:51 +0800)
committeredward <edward@roojs.com>
Mon, 28 May 2018 03:51:12 +0000 (11:51 +0800)
NotifySend.php

index dd31ddd..bcac851 100644 (file)
@@ -346,7 +346,7 @@ class Pman_Core_NotifySend extends Pman
             $this->errorHandler(date('Y-m-d h:i:s') . " - FAILED -  GAVE UP TO OLD - {$p->email} \n");
         }
         
-        print_r($w);exit;
+        
         
         $w->to_email = $p->email; 
         //$this->addEvent('NOTIFY', $w, 'GREYLISTED ' . $p->email . ' ' . $res->toString());
@@ -452,7 +452,7 @@ class Pman_Core_NotifySend extends Pman
             }
             
             $res = $mailer->send($p->email, $email['headers'], $email['body']);
-             
+            print_R($res);exit;
             
             if ($res === true) {
                 // success....