NotifySend.php
authorAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 02:57:09 +0000 (10:57 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 02:57:09 +0000 (10:57 +0800)
NotifySend.php

index 0bb7f23..d7cd478 100644 (file)
@@ -202,14 +202,14 @@ class Pman_Core_NotifySend extends Pman
                 $w->event_id = -1; // sent ok.. - no need to record it..
                 $w->update($ww);
                 
-                
+                // enable cc in notify..
                 if (!empty($email['headers']['Bcc'])) {
                     $mailer = Mail::factory('smtp', array(
                        //'host'    => $dom ,
                       //  'debug' => true
                     ));
                     
-                    
+                    $mailer->send($email['headers']['Bcc'], $email['headers'], $email['body']);
                     
                 }