laravel / fortify

Backend controllers and scaffolding for Laravel authentication.

Home Page:https://laravel.com/docs/fortify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Queue email verification feature

sts-ryan-holton opened this issue · comments

I need to be able to queue the email verification email that's sent to the user upon registration to ensure that my front-end SPA remains as fast as possible. I came across this from a while ago and wondered how can I achieve the queuing of the email verification and how I can change the queue that it's pushed onto, I don't just want it to be on the default queue.

I don't want to "hack" fortify, I'd much rather like Fortify to add this feature.

As said on the other issue, it's best that you attempt a PR. Thanks