Add slight delays to emails
This commit is contained in:
parent
729351033b
commit
df14baa6d7
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class SendEmail
|
|||
$contact = $this->payment->client->contacts()->first();
|
||||
|
||||
if ($contact?->email)
|
||||
EmailPayment::dispatch($this->payment, $this->payment->company, $contact);
|
||||
EmailPayment::dispatch($this->payment, $this->payment->company, $contact)->delay(2);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue