From d6776d62958584ef5de5ee0990af2e7ae53b8e0f Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 28 May 2018 11:51:56 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index bcac851e..7fe712ce 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -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