From: Alan Knowles Date: Mon, 30 Nov 2015 06:50:09 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=283c89a2b68bd2fc233a25e79ed2182475c1e04b NotifySend.php --- 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"; } }