{% extends 'default.html' %} {% set active_page = "dashboard" %} {% block title %} Custom Alias {% endblock %} {% block default_content %}

New Email Alias

{% if error %}
{{ error }}
{% endif %}
{% if custom_domains %} {% endif %}

.{{ email_suffix }}@{{ EMAIL_DOMAIN }}

You can use letter, number or dash. Alias cannot be empty.
{% if custom_domains %}

OR with your custom domains

{% for custom_domain in custom_domains %}

@{{ custom_domain.domain }}

{% endfor %} {% endif %}
{% endblock %}