You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/resources/views/emails/notification/admin_message.blade.php

21 lines
313 B
PHTML

@component('mail::message')
# Message from {{ config('pixelfed.domain.app') }}:
@component('mail::panel')
{{$msg}}
@endcomponent
<br>
Regards,<br>
{{ config('pixelfed.domain.app') }}
@component('mail::subcopy')
Please do not reply to this email, this address is not monitored.
@endcomponent
@endcomponent