mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
BCC email list
This commit is contained in:
parent
340d25af39
commit
27f29f0caf
@ -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…
x
Reference in New Issue
Block a user