Remove duplicate email tags

This commit is contained in:
David Bomba 2022-08-07 16:26:17 +10:00
parent e47afe0ba9
commit f52c2c7a09

View File

@ -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 {