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