From: Alan Knowles Date: Mon, 30 Nov 2015 06:51:32 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c100e0778db1997bddead3956ad3cd2fd53358df NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 2caf5fad..1d77c636 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -395,10 +395,7 @@ class Pman_Core_NotifySend extends Pman } if (!empty($email['bcc'])) { - $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']; $res = $cmailer->send($email['bcc'], $email['headers'], $email['body']);