smtp server?

P

perspolis

I want to get name of SMTP server from an email address like
(e-mail address removed).
 
G

Guest

An SMTP server is a service runnning on a machine that has an IP address and
usually a domain name.

So, to get the name of the SMTP server, you must first know the IP Address
or domainname of the machine it is running on, and the port on which the SMTP
service is listening (usually port 25).

Hope that helps.
Peter
 
P

perspolis

Hi all
How can I find programmatically name of a SMTP server ???
thanks in advance
 

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


Top