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

14 lines
334 B
PHP

@component('mail::message')
# User account deleted
This is a notification that a user has deleted their account from **{{ $site }}**.
@component('mail::panel')
**Deleted account:** {{ $username }}
@endcomponent
No further action is required. This email is for informational purposes only.
The {{ $site }} System
@endcomponent