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

index d7cd478..c6134b3 100644 (file)
@@ -208,8 +208,9 @@ class Pman_Core_NotifySend extends Pman
                        //'host'    => $dom ,
                       //  'debug' => true
                     ));
-                    
-                    $mailer->send($email['headers']['Bcc'], $email['headers'], $email['body']);
+                    $email['headers']['Subject'] = "(CC): " . $email['headers']['Subject'];
+                    $mailer->send($email['headers']['Bcc'],
+                                  $email['headers'], $email['body']);
                     
                 }