Can you please share your code for the User model, Registration controller action, and for the Event Listener?
Oct 7, 2025
12
Level 2
Email verification not working as expected
Hi all
I’m new here and new to laravel
Not using any starter kits and following https://laravel.com/docs/12.x/verification#model-preparation
The model code has everything from the above page but no email is sent. The registered function call is in the controller which is called because the view renders. I’ve written some code to test that email sending works. I wrote an event listener to listen for the registered event but that doesn’t fire.
Any thoughts on what I can do next?
I’m new so probably missing something very basic
Please or to participate in this conversation.