How to do a MX lookup on windows
Here’s a little trick you can use to lookup an MX record for a domain. MX records are the Mail Exchanger records in DNS – they specify what IP address email should be directed to for the domain. So open up the command prompt (Start – Run – cmd)
nslookup
> set type=mx
> example.com
Recent Comments