Initial email verification message not being sent
I have email verification enabled in my
AdminPanelProvider
class:
Running locally and in production, when I try to log in as a user who isn't verified I see the standard message:
There's no sign of the verification message but, when I click the link to resend, it goes straight through no problem.
In accordance with the Laravel docs, my User
model has MustVerifyEmail
and notifiable
enabled:
My EventServiceProvider
has the required listener:
Any clues?2 Replies
Hello, did you manage to solve it? In another post, a user posted the solution that worked for me
That works for me, too. Thanks! π