Remove duplicate email tags
This commit is contained in:
parent
e47afe0ba9
commit
f52c2c7a09
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class NinjaMailerJob implements ShouldQueue
|
|||
$this->nmo->mailable->replyTo($this->company->owner()->email, $this->company->owner()->present()->name());
|
||||
}
|
||||
|
||||
$this->nmo->mailable->tag($this->company->company_key);
|
||||
// $this->nmo->mailable->tag($this->company->company_key);
|
||||
|
||||
//send email
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue