diff --git a/templates/dashboard/domain_detail/dns.html b/templates/dashboard/domain_detail/dns.html index 91f3ac1c..7a07695f 100644 --- a/templates/dashboard/domain_detail/dns.html +++ b/templates/dashboard/domain_detail/dns.html @@ -87,10 +87,10 @@
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. + Please note that there's a dot (.) at the end target addresses. + If your domain registrar doesn't allow this trailing dot, please remove it when adding the DNS record.
- Also some domain registrars (Namecheap, CloudFlare, etc) might use @ for the root domain. + Some domain registrars (Namecheap, CloudFlare, etc) might also use @ for the root domain.
{% for priority, email_server in EMAIL_SERVERS_WITH_PRIORITY %}