{% 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 letter, number, dash (-), underscore (_) can be used.
The mailbox that owns this alias.
{% endblock %}