From: edward Date: Mon, 28 May 2018 03:51:12 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b634f3b7474cfa8c9ed45c075d3fda31ada45f6b NotifySend.php --- 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....