flexisip-account-manager/flexiapi/resources/views/mails/provisioning_custom.blade.php.example
2025-04-23 13:01:45 +00:00

19 lines
No EOL
581 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 device.<br />
You can configure your new device by directly flashing the QRCode or using the provisioning link:<br />
<img src="{{ $provisioning_qrcode}}"><br />
Provisioning link: {{ $provisioning_link }}
</p>
<p>
Regards,<br />
{{ config('mail.signature') }}
</p>
</body>
</html>