NotifySend.php
authorAlan Knowles <alan@roojs.com>
Fri, 14 Feb 2014 02:11:43 +0000 (10:11 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Feb 2014 02:11:43 +0000 (10:11 +0800)
NotifySend.php

index 300cc5d..9852b6e 100644 (file)
@@ -402,6 +402,8 @@ class Pman_Core_NotifySend extends Pman
         }
         if ($fail || $next_try_min > (2*24*60)) {
         // fail.. = log and give up..
+            print_R($res);
+            
             $ev = $this->addEvent('NOTIFY', $w, ($fail ? "FAILED - " : "RETRY TIME EXCEEDED - ") .
                         $p->email . ' ' .
                         ($fail ? ($res->userinfo['smtpcode'] . ' : ' .$res->toString()) :  " - UNKNOWN ERROR"));