flexisip-account-manager/flexiapi/resources/views/mails/changing_email_text.blade.php
2021-06-24 10:28:29 +02:00

10 lines
No EOL
375 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.update', ['hash' => $account->emailChanged->hash]) }}.
If you are not at the origin of this change just ignore this message.
Regards,
{{ config('mail.signature') }}