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

20 lines
279 B
PHP
Raw Normal View History

2023-09-01 15:52:18 +02:00
<x-emails.layout>
You have been invited to join the Coolify Cloud.
[Login here]({{base_url()}}/login)
2023-08-31 15:00:59 +02:00
Here is your initial login information.
2023-09-01 15:52:18 +02:00
Email:
**{{ $email }}**
Initial Password:
**{{ $password }}**
(You will forced to change it on first login.)
2023-09-01 15:52:18 +02:00
</x-emails.layout>