From 283c89a2b68bd2fc233a25e79ed2182475c1e04b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 30 Nov 2015 14:50:09 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NotifySend.php b/NotifySend.php index 6bd89956..2caf5fad 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -404,6 +404,8 @@ class Pman_Core_NotifySend extends Pman $email['headers'], $email['body']); if (!$res || is_a($res, 'PEAR_Error')) { echo "could not send bcc..\n"; + } else { + echo "Sent BCC to {$email['bcc']}\n"; } } -- 2.39.2