mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01: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…
Reference in New Issue
Block a user