Password reset-Mails are not beeing sent, eventho Mails are correctly configured
Hi - I'm having trouble getting password-resets to work.
When I am in the form to enter the mailadress, I can input an e-mailadress and get the "We have emailed your password reset link."-notification, but I do not get the e-mail itself.
I have already verified that sending mails itself works fine, since I have a form inside the app that sends mails and those E-Mails are beeing sent. So sending via
Mail::to()
works (including apropriate .env-variables).
I also have veryfied that the App\Models\User-Model has the CanResetPassword
and Notifyable
-Trait which are required by Laravel. I did not add any other additional code or anything.
Does any one have an idea where else to look for the problem?1 Reply
Are you running the Laravel worker queue?
php artisan queue:work