coolify/resources/views/emails/s3-connection-error.blade.php

7 lines
166 B
PHP
Raw Normal View History

2023-10-10 13:10:43 +02:00
<x-emails.layout>
2024-01-10 11:55:33 +01:00
Connection could not be established with one of your S3 Storage ({{ $name }}). Please fix it [here]({{ $url }}).
2023-10-10 13:10:43 +02:00
2024-01-07 16:23:41 +01:00
{{ $reason }}
2023-10-10 13:10:43 +02:00
</x-emails.layout>