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

11 lines
388 B
PHP
Raw Normal View History

2023-09-01 15:52:18 +02:00
<x-emails.layout>
2023-12-07 19:06:32 +01:00
Someone added this email to the Coolify Cloud's waitlist. [Click here]({{ $confirmation_url }}) to confirm!
2023-09-01 15:52:18 +02:00
2023-12-07 19:06:32 +01:00
The link will expire in {{ config('constants.waitlist.expiration') }} minutes.
2023-09-01 15:52:18 +02:00
2023-12-07 19:06:32 +01:00
You have no idea what [Coolify Cloud](https://coolify.io) is or this waitlist? [Click here]({{ $cancel_url }}) to
remove you from the waitlist.
2023-09-01 15:52:18 +02:00
</x-emails.layout>