Check your domain
Just added an MX record and want to know whether it worked? Type the domain below. This page answers the two questions that matter: where the domain's mail actually goes, and whether you can already pick it here when you generate an address.
It also works for any other domain — handy when a sign-up form rejects an address and you want to see whether the domain receives mail at all. Setting up your own domain is described step by step in New Email Generator domain name.
How to read the answer
Whatever you check, the result comes down to three cases:
@.Just added the record and it still says no?
Almost always it is one of these, in order of how often they happen:
- DNS has not spread yet. Registrars promise minutes, reality is anywhere from a minute to a full day. This is the boring answer and the most common one — check again later before changing anything.
- The trailing dot. Many control panels want the target written as
generator.email.— with a dot at the end. Without it some panels quietly append your own domain and the record ends up pointing at a host that does not exist. - The record sits on a sub-domain. The Name / Host field should be empty or
@. If it saysmail, you have created an MX formail.your-domain.com, and the domain itself still has none. - An old MX is still there. Parked domains often come with the registrar's own MX record. Two records mean mail can land in either place — delete the one you do not need.
- A CNAME on the same name. If the root of the domain is a CNAME, DNS rules say other records on that name are ignored. Replace it with an A record and the MX starts working.
What this page does not check is SPF, DKIM or DMARC. Those matter for sending mail; for receiving — which is all you need here — an MX record is enough on its own.