coolify/resources/views/emails/application-status-changes.blade.php

8 lines
205 B
PHP
Raw Normal View History

2023-09-01 15:52:18 +02:00
<x-emails.layout>
2024-01-07 16:23:41 +01:00
{{ $name }} has been stopped.
2023-09-01 15:52:18 +02:00
2024-01-07 16:23:41 +01:00
If it was your intention to stop this application, you can ignore this email.
2023-09-01 15:52:18 +02:00
2024-01-07 16:23:41 +01:00
If not, [check what is going on]({{ $application_url }}).
2023-09-01 15:52:18 +02:00
</x-emails.layout>