Reset password never receiving email.

Hello, I am having issues with filament's built in reset password feature.
When I go to reset password and input email (the user exists with the email), i get the notification that the email for password reset is sent.

Things ive done:
I have added ->passwordReset() to the panel
I have added CanResetPassword contract and trait to the user model
I am using Resend mail service, the enviroment is setup correctly
The queue is working normally, as I have tried using the ->emailChangeVerification() on the panel, and I successfully get email for that.

The only thing not working is the passwordReset() email I never receive.

Can someone point me what is causing the email to not be sent? I receive no errors in the logs, the job is DONE successfully.
Was this page helpful?