Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am try to add bulk upload to my project but it is not working
email order is not sent
Users Guide
S3 uploaded images not visible in Shop & Admin Dashboard
when we forgot password email not receive or send reset password link
Did you configured your mail settings in .env?
MAIL_DRIVER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME= MAIL_PASSWORD= MAIL_ENCRYPTION=tls
Hi @yousuf
As @ghermans mentioned, configure your mail settings properly.
Thanks