flexisip-account-manager/flexiapi/resources/views/mails/authentication_custom.blade.php.example
2025-03-05 15:48:55 +01:00

25 lines
No EOL
777 B
Text

<html>
<head>
<title>Authenticate on {{ space()->name }}</title>
</head>
<body>
<p>Hello,</p>
<p>
You are trying to authenticate to {{ space()->name }} using your email account.<br />
Please enter the code bellow to finish the authentication process.
</p>
<p>
<h2>{{ $recovery_code }}</h2>
</p>
<p>
You can as well configure your new device using the following code or by directly flashing the QRCode:<br />
<img src="{{ $provisioning_qrcode}}"><br />
<a href="{{ $provisioning_link }}">Provisioning link</a>
</p>
<p>
Regards,<br />
{{ config('mail.signature') }}
</p>
</body>
</html>