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

index 1d77c63..7dec78a 100644 (file)
@@ -384,10 +384,7 @@ class Pman_Core_NotifySend extends Pman
                 
                 // enable cc in notify..
                 if (!empty($email['headers']['Cc'])) {
-                    $cmailer = Mail::factory('smtp', array(
-                       //'host'    => $dom ,
-                      //  'debug' => true
-                    ));
+                    $cmailer = Mail::factory('smtp',  isset($ff->Mail) ? $ff->Mail : array() );
                     $email['headers']['Subject'] = "(CC): " . $email['headers']['Subject'];
                     $cmailer->send($email['headers']['Cc'],
                                   $email['headers'], $email['body']);