flexisip-account-manager/flexiapi/resources/views/mails/changing_email_text.blade.php
Timothée Jaussoin d0e7d10014 Update the dependencies
Add a everyone_is_admin config parameter for tests purpose
Fix DIGEST with liblinphone (split "email" in username + realm) and other adjustments
2021-01-05 15:35:51 +01:00

10 lines
No EOL
396 B
PHP

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