From ab909f86852016d67411646914c809c0520f154c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Feb 2014 10:11:43 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NotifySend.php b/NotifySend.php index 300cc5d8..9852b6e3 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -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")); -- 2.39.2