Files
newznab-tmux/resources/views/emails/markdown/contactUs.blade.php
T
2026-05-07 14:03:21 +02:00

18 lines
352 B
PHP

@component('mail::message')
# Contact form submission
A new contact form has been submitted on **{{ $site }}**.
@component('mail::panel')
**From:** {{ $mailFrom }}
**Message:**
{!! nl2br(e($mailBody)) !!}
@endcomponent
Reply directly to this email to respond the reply-to header is set to the sender.
The {{ $site }} System
@endcomponent