12345678910111213141516 |
- Hi, {{$user->name_display}}!
- 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.
- Reset Your Password -> {{$appUrl}}/reset-password/{{$user->password_reset_token}}
- If you have any questions, feel free to email our customer success team
- (We're lightning quick at replying.) We also offer live chat during business hours.
- Cheers,
- {{$emailFromName}}
- -----------
- ©{{date('Y')}} {{ $stringMappingConfig['name'] }} -> {{$stringMappingConfig['clientUrl']}}. All rights reserved.
|