pixelfed/resources/views/emails/notification/admin_message.blade.php

21 lines
313 B
PHP
Raw Normal View History

2020-02-18 07:33:13 +00:00
@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