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