{% extends "base.html" %} {% block content %}

{{ t('email.title') }}

{{ t('email.title_description') }}

{% if email_enabled %}
{% endif %}

{{ t('email.domain_setup') }}

{{ t('email.domain_setup_description') }}

{% if email_config.domains %} {% for domain, cfg in email_config.domains.items() %} {% endfor %} {% else %} {% endif %}
{{ t('email.domain') }} {{ t('email.status') }} {{ t('email.actions') }}
{{ domain }}
Catch-All: loading…
{{ t('email.setup_complete') }}
{{ t('email.no_domains') }}
{% if email_enabled %}

{{ t('email.mailbox_management') }}

{{ t('email.mailbox_description') }}

{% if email_config and email_config.domains %} {% for domain, cfg in email_config.domains.items() %} {% for addr, mb in cfg.mailboxes.items() %} {% endfor %} {% endfor %} {% else %} {% endif %}
{{ t('email.address') }} {{ t('email.stats_received') }} {{ t('email.stats_sent') }} Storage / Quota {{ t('email.actions') }}
{{ addr }}
{{ mb.display_name }} · {{ domain }}
{{ t('email.no_mailboxes') }}

{{ t('email.statistics') }}

{{ t('email.statistics_description') }}

{{ t('email.stats_received') }}
0
{{ t('email.stats_sent') }}
0
{{ t('email.stats_storage') }}
0
{{ t('email.stats_mailboxes') }}
0

Delivery Logs

Outbound send history and bounce tracking.

Total Sent
-
Failed
-
Bounced
-
Bounce Rate
-

{{ t('email.backup_restore') }}

{{ t('email.backup_restore_description') }}

{{ t('email.backup_title') }}

{{ t('email.backup_description') }}

⚠ {{ t('email.backup_security_warning') }}

{{ t('email.download_backup') }}

{{ t('email.restore_title') }}

{{ t('email.restore_description') }}

⚠ {{ t('email.restore_warning') }}

No file chosen

{{ t('email.nuke_all_title') }}

{{ t('email.nuke_all_description') }}

{% else %} {% if mail_manager_state in ('missing', 'stopped') %}
{% if mail_manager_state == 'missing' %}
{{ t('email.container_missing_title') }}
{{ t('email.container_missing_desc') }}
docker compose --profile email up -d
{% else %}
{{ t('email.container_stopped') }}
docker compose --profile email up -d
{% endif %}
{% endif %} {% endif %}

    {% block scripts %} {% endblock %} {% endblock %}