mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
14 lines
321 B
PHP
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
|