1
0
Fork 0
pixelfed/resources/views/emails/notification/admin_message.blade.php

21 lines
313 B
PHP

@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