Query domain for SMTP address

R

Roger

Is there a way to query a domain for smtp server? For instance, I am
sending mail to (e-mail address removed), I want to contact smtp server at
microsoft.com but smtp server is subdomain of microsoft.com, which I am
unaware of. When I perform Dns.Resolve on microsoft.com, i don't get ip of
smtp server. How can I get ip of smtp.microsoft.com?
 
S

Steve Foley

I don't know how to use dns.resolve, but.....


using nslookup:

set type=mx

does the trick. I suspect it's something similar.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SMTP Server 1
CANNOT SEND EMAILS 4
Download file from website/server 1
Also Cannot Send 6
email 2
servers 6
Send an email from a Web Service without having an SMTP server. 3
sending mail 4

Top