mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
18 lines
352 B
PHP
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
|