flexisip-account-manager/flexiapi/resources/views/mails/register_confirmation.blade.php
Timothée Jaussoin 641feb9a2e Add Account creation
Add Aliases support
2020-09-14 11:24:59 +02:00

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>