{% extends 'dashboard/domain_detail/base.html' %} {% set domain_detail_page = "info" %} {% block title %} {{ custom_domain.domain }} Info {% endblock %} {% block domain_detail_content %}

{{ custom_domain.domain }}

Created {{ custom_domain.created_at | dt }}
{{ nb_alias }} aliases
Catch All
This feature allows you to create aliases on the fly. Simply use anything@{{ custom_domain.domain }} next time you need an email address.
The alias will be created the first time it receives an email and automatically belong to {{ custom_domain.domain }} mailboxes ( {% for mailbox in custom_domain.mailboxes %} {{ mailbox.email }} {% if not loop.last %},{% endif %} {% endfor %})

Default Alias Name
This name will be used as the default alias name when you send or reply from an alias, unless overwritten by the alias specific name.
{% if custom_domain.name %} {% endif %}

Random Prefix Generation
A random prefix can be generated for this domain for usage in the New Alias feature.

Delete Domain

Please note that this operation is irreversible. All aliases associated with this domain will be also deleted.
Delete domain
{% endblock %} {% block script %} {% endblock %}