mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Remove duplicate email tags
This commit is contained in:
parent
e47afe0ba9
commit
f52c2c7a09
@ -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…
x
Reference in New Issue
Block a user