1. MX record
{% if custom_domain.verified %}
✅
{% else %}
🚫
{% endif %}
Add the following MX DNS record to your domain.
Please note that there's a point (.) at the end target addresses.
This is to make sure the absolute address is used.
Also some domain registrars (Namecheap, CloudFlare, etc) might use @ for the root domain.
Your DNS is not correctly set. The MX record we obtain is:
{% if not mx_errors %}
(Empty)
{% endif %}
{% for r in mx_errors %}
{{ r }}
{% endfor %}
{% if custom_domain.verified %}
Without the MX record set up correctly, you can miss emails sent to your aliases.
Please update the MX record ASAP.
{% endif %}