francescomalatesta / laravel-api-boilerplate-jwt

A Laravel 5.8 API Boilerplate to create a ready-to-use REST API in seconds.
MIT License
1.17k stars 285 forks source link

How to send mail to user #53

Closed pankajk2934 closed 7 years ago

pankajk2934 commented 7 years ago

How forgot password rest mail link send to user

francescomalatesta commented 7 years ago

This is not a boilerplate issue, but it's related to the framework. You can find some hints here: https://github.com/laravel/framework/blob/5.5/src/Illuminate/Foundation/Auth/SendsPasswordResetEmails.php

Closing this.