commit
73606bff5e
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue