MX Record:
Mail Exchanger(MX) record is a DNS record used to deliver the emails which contain the information about mail server used by the domain to receive email. A preference value is used to prioritize mail delivery if multiple mail servers are available. MX record should be configured to receive the email to the domain. Here you will see how to check MX entry using windows command Prompt for a particular domain.
Command to check MX entry using windows command prompt:
The below ‘nslookup’ command is used to check MX record for a particular domain
nslookup -type=mx yourdomainname.com
The above command displays the result with the MX preference value, mail exchanger, and the IP address of the domain.