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