{% extends "all.html" %} {% block content %} {% include 'settings_menu.html' %}

Show Domains

Global domains can be used by everyone at ddmail. Account domains is custom domains owned by this account and can only be used by this account.

Current active global domains: {% for global_domain in global_domains %}
{{ global_domain.domain }} {% endfor %}

Current active account domains for this account: {% for account_domain in account_domains %}
{{ account_domain.domain }} {% endfor %} {% endblock%}