Custom Domains
{% if not current_user.is_premium() %}
This feature is only available in premium plan.
{% endif %}
If you own a domain, let's say example.com, you will be able to create aliases with this domain, for example
contact@example.com, help@example.com, etc with SimpleLogin.
You could also enable catch-all feature that allows you to create aliases on-the-fly.
{% for custom_domain in custom_domains %}
{% endfor %}