mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
bcd3f786c8
@ -104,11 +104,8 @@ class NinjaMailerJob implements ShouldQueue
|
||||
|
||||
if (strlen($this->nmo->settings->bcc_email) > 1) {
|
||||
|
||||
foreach(explode(",", $this->nmo->settings->bcc_email) as $bcc){
|
||||
$bcc_list[] = [$bcc, 'Blind Copy'];
|
||||
}
|
||||
$bcc_list = explode(",", $this->nmo->settings->bcc_email);
|
||||
|
||||
// $this->nmo->mailable->bcc($bcc_list);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user