flexisip-account-manager/flexiapi/resources/views/mails/changing_email_text.blade.php
Timothée Jaussoin 8acd08607c - Fix an issue when the user set for the first time his email adress to his account (the old email was required)
- Fix an issue when a user want to do an email authentication on an account that is using the same email adress as another account
- Bump the package number
2021-05-04 11:27:21 +02:00

10 lines
No EOL
371 B
PHP

Hello,
You requested to change your email address from {{ $account->emailChanged->new_email }} on {{ config('app.name') }}.
To confirm this change please click on the following link: {{ route('account.email.request_update', $account->emailChanged->hash) }}.
If you are not at the origin of this change just ignore this message.
Regards,
{{ config('mail.signature') }}