{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Mail overview: the /email/ landing page every other mail tool's sidebar group opens from. One row per domain (mailbox count vs the package allowance, catch-all and DKIM at a glance), plus a card of links to every mail tool -- so a domain with fifty mailboxes is not the only way to discover that autoresponders or a catch-all exist. {% endcomment %} {% block title %}Mail overview{% endblock %} {% block content %}

Mail overview

Every domain you manage mail for, and every mail tool in one place.

Domains

{% if not domains %}
There are no domains available to you yet.
{% else %}
No mail domains yet.
Domain Mailboxes Catch-all DKIM
/ (unlimited)
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}