{% 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 %}
You might notice a random word after the dot(.) in the alias.
This part is to avoid a person taking all the "nice" aliases like hello@{{ EMAIL_DOMAIN }},
me@{{ EMAIL_DOMAIN }}, etc.
If you add your own domain, this restriction is removed and you can fully customize the alias.