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

19 lines
491 B
PHP

<html>
<head>
<title>Account registered on {{ space()->name }}</title>
</head>
<body>
<p>Hello,</p>
<p>
You just created an account on {{ space()->name }} using your email account.<br />
Please enter the following code on the confirmation page:
</p>
<p>
<h2>{{ $code }}</h2>
</p>
<p>
Regards,<br />
{{ config('mail.signature') }}
</p>
</body>
</html>