From c100e0778db1997bddead3956ad3cd2fd53358df Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 30 Nov 2015 14:51:32 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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']); -- 2.39.2