diff --git a/app/Jobs/Entity/EmailEntity.php b/app/Jobs/Entity/EmailEntity.php index 32829c030ad9..f8e4ae5affd4 100644 --- a/app/Jobs/Entity/EmailEntity.php +++ b/app/Jobs/Entity/EmailEntity.php @@ -119,7 +119,7 @@ class EmailEntity implements ShouldQueue $nmo->reminder_template = $this->reminder_template; $nmo->entity = $this->entity; - NinjaMailerJob::dispatch($nmo); + NinjaMailerJob::dispatchNow($nmo); /* Mark entity sent */ $this->entity->service()->markSent()->save();