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