LaravelFan's avatar

Password reset link

Hi,

I set up a mail trap account to test if the password reset function works, and it does. My question is: What do I need to do to have the password reset link sent to the user? Grateful for your guidance.

0 likes
4 replies
Nakov's avatar

You just need to set up a mail service like mailgun or sendgrid or whatever service you decide to use, and then the user when they try to reset their password will enter their email address, and as long as they exists as a user record in your database, the reset link will be sent to their email inbox.

Nakov's avatar

@Mamunsson no it won't mailtrap is for testing purposes. It uses a single inbox for all the emails.

1 like
LaravelFan's avatar

@Nakov Many thanks for your guidance. I'll sign up for the ones you provided.

Please or to participate in this conversation.