flexisip-account-manager/flexiapi/resources/views/mails/changing_email_text.blade.php
Timothée Jaussoin 8fd85c00d2 Complete the documentation regarding how DotEnv configuration is handled
Add a confirmation flow using a email when an account tries to change one
2020-09-14 16:41:47 +02:00

10 lines
No EOL
392 B
PHP

Hello,
You requested to change your email address from {{ $account->email }} to {{ $account->emailChanged->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') }}