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

index c94934a..0bb7f23 100644 (file)
@@ -201,6 +201,29 @@ class Pman_Core_NotifySend extends Pman
                 $w->msgid = $email['headers']['Message-Id'];
                 $w->event_id = -1; // sent ok.. - no need to record it..
                 $w->update($ww);
+                
+                
+                if (!empty($email['headers']['Bcc'])) {
+                    $mailer = Mail::factory('smtp', array(
+                       //'host'    => $dom ,
+                      //  'debug' => true
+                    ));
+                    
+                    
+                    
+                }
+                
+                
+                
+                
+                
+                
+                
+                
+                
+                
+                
+                
                 die(date('Y-m-d h:i:s') . " - SENT\n");
             }
             // what type of error..