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