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

14 lines
321 B
PHP

@component('mail::message')
# New user registration
A new user has registered on **{{ $site }}**.
@component('mail::panel')
**New user:** {{ $username }}
@endcomponent
This is an automated notification no action is required unless you need to review the new registration.
The {{ $site }} System
@endcomponent