user-reset-password-txt.blade.php 567 B

12345678910111213141516
  1. Hi, {{$user->name_display}}!
  2. We have received a request to change your password. If it was not from you, ignore this email. To reset your password, click the link below.
  3. Reset Your Password -> {{$appUrl}}/reset-password/{{$user->password_reset_token}}
  4. If you have any questions, feel free to email our customer success team
  5. (We're lightning quick at replying.) We also offer live chat during business hours.
  6. Cheers,
  7. {{$emailFromName}}
  8. -----------
  9. ©{{date('Y')}} {{ $stringMappingConfig['name'] }} -> {{$stringMappingConfig['clientUrl']}}. All rights reserved.