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

index fed4eae..df78080 100644 (file)
@@ -400,9 +400,11 @@ class Pman_Core_NotifySend extends Pman
                       //  'debug' => true
                     ));
                     $email['headers']['Subject'] = "(CC): " . $email['headers']['Subject'];
-                    $cmailer->send($email['bcc'],
+                    $res = $cmailer->send($email['bcc'],
                                   $email['headers'], $email['body']);
-                    
+                    if (!$res) {
+                        echo "could not send bcc..\n";
+                    }
                 }