NotifySend.php
[Pman.Core] / 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";
                     }
                 }