From b634f3b7474cfa8c9ed45c075d3fda31ada45f6b Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 28 May 2018 11:51:12 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NotifySend.php b/NotifySend.php index dd31ddd4..bcac851e 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -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.... -- 2.39.2