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

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