diff --git a/app/dashboard/templates/dashboard/domain_detail/dns.html b/app/dashboard/templates/dashboard/domain_detail/dns.html
index e61c9cb9..cf1ffd43 100644
--- a/app/dashboard/templates/dashboard/domain_detail/dns.html
+++ b/app/dashboard/templates/dashboard/domain_detail/dns.html
@@ -27,13 +27,14 @@
{% endif %}
-
Add the following MX DNS record to your domain.
- Please note that there's a point (
.) at the end of target addresses.
+
Add the following MX DNS record to your domain.
+ Please note that there's a point (.) at the end target addresses.
+ Also some domain registrars (Namecheap, CloudFlare, etc) might use @ for the root domain.
{% for priority, email_server in EMAIL_SERVERS_WITH_PRIORITY %}
- Domain: {{ custom_domain.domain }}
+ Domain: {{ custom_domain.domain }} or @
Priority: {{ priority }}
Target: {{ email_server }}
@@ -91,7 +92,7 @@
Add the following TXT DNS record to your domain
- Domain: {{ custom_domain.domain }}
+ Domain: {{ custom_domain.domain }} or @
Value:
{{ spf_record }}