{% include 'admin/partials/header.html' %}{% include 'admin/partials/sidebar.html' %}
ACCOUNT SERVICES

Email & Delivery

Configure local logging, PHP mail, or authenticated SMTP; inspect and retry queued messages.

{{ $counts['pending']??0 }}Pending
{{ $counts['sent']??0 }}Sent
{{ $counts['failed']??0 }}Retrying
{{ $counts['dead']??0 }}Needs attention

Delivery settings

Use Log during local development; messages are written to storage/mail.

Send test

Queue a diagnostic message using the active transport.

Recent queue

Latest 100 outgoing messages.

{% if $queue %}{% foreach $queue as $mail %}{% endforeach %}{% else %}{% endif %}
RecipientSubjectTypeStatusAttemptsLast error
{{ $mail['recipient_email'] }}{{ $mail['subject'] }}{{ $mail['email_type'] }}{{ $mail['status'] }}{{ $mail['attempts'] }}{{ $mail['last_error'] }}{% if $mail['status']!=='sent' %}
{% endif %}
No queued emailVerification, password recovery, and tests will appear here.
{% include 'admin/partials/footer.html' %}