Search code examples
laravellaravel-5.3

How can i change the custom email after the password reset link sent


After clicking on forgot password. and Send Password reset link, i need to change the email sent to the user. Where do i find this view?


Solution

  • if you are using laravel 5.3 or above

    use setPasswordResetNotification($token) on your user model, and return your own notification how ever you want to design it. :) check here.

    https://laravel.com/docs/5.4/passwords#password-customization