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