pixelfed/pixelfed

View on GitHub
resources/views/emails/notification/admin_message.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@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