mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
19 lines
538 B
PHP
19 lines
538 B
PHP
<html>
|
|
<head>
|
|
<title>Register on {{ space()->name }}</title>
|
|
</head>
|
|
<body>
|
|
<p>Hello,</p>
|
|
<p>
|
|
You just created an account on {{ space()->name }} using your email account.<br />
|
|
Please follow the unique link bellow to set up your password and finish the registration process.
|
|
</p>
|
|
<p>
|
|
<a href="{{ $link }}">{{ $link }}</a>
|
|
</p>
|
|
<p>
|
|
Regards,<br />
|
|
{{ config('mail.signature') }}
|
|
</p>
|
|
</body>
|
|
</html>
|