NotifySend.php
authorAlan Knowles <alan@roojs.com>
Mon, 30 Nov 2015 06:50:09 +0000 (14:50 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 Nov 2015 06:50:09 +0000 (14:50 +0800)
NotifySend.php

index 6bd8995..2caf5fa 100644 (file)
@@ -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";
                     }
                 }