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

New Email Alias

{% if user_custom_domains|length == 0 and not DISABLE_ALIAS_SUFFIX %}
{% endif %}
Only lowercase letters, numbers, dashes (-) and underscores (_) are currently supported.
The mailbox(es) that owns this alias.
Create
{% endblock %} {% block script %} {% endblock %}