mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
17 lines
448 B
PHP
17 lines
448 B
PHP
@component('mail::message')
|
|
# Welcome to {{ $site }}
|
|
|
|
Dear {{ $username }},
|
|
|
|
We're thrilled to have you join our community.
|
|
|
|
@component('mail::panel')
|
|
**Next step:** A separate verification email is on its way. Please check your inbox and click the verification link to activate your account.
|
|
@endcomponent
|
|
|
|
If you have any questions or need assistance, just reach out — we're happy to help.
|
|
|
|
Best regards,<br>
|
|
The {{ $site }} Team
|
|
@endcomponent
|