{% 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 %}
With SimpleLogin domain
{% endif %}

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

Hint You can use the name of the website that you plan to use the alias on here.
This way you can remember where the alias is used.
{% if custom_domains %}

Or with your custom domains

{% for custom_domain in custom_domains %}
@{{ custom_domain.domain }}
{% endfor %}
{% endif %}
{% endblock %}