coolify/resources/views/emails/waitlist-invitation.blade.php

14 lines
271 B
PHP
Raw Normal View History

2023-08-17 15:24:26 +02:00
You have been invited to join the Coolify Cloud. <a href="{{base_url()}}/login">Login here</a>
<br>
<br>
2023-08-31 15:00:59 +02:00
Here is your initial login information.
<br>
2023-08-31 15:00:59 +02:00
Email: <br>
{{ $email }}
<br><br>
Password:<br>
{{ $password }}
<br><br>
(You will forced to change it on first login.)