Link to home
Start Free TrialLog in
Avatar of LuckyLucks
LuckyLucks

asked on

how can i find the ip address of my smtp server?

how can i find the ip adress of my smtp server?
ASKER CERTIFIED SOLUTION
Avatar of Kaddict
Kaddict

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kaddict
Kaddict

should work too:

ping smtp.your.server
Open a command window, type the following command and hit enter:
ipconfig /all
 
 
oops, sorry ignore my post I misread the original post
call your isp or the person who maintains it.
OK. Will try to gather everything in one post

First maybe you do now know what is the "name" of the server (for example smtp.yourisp.com) and you NEED to know that.

Once you know that "name", you press Start, Execute, cmd.exe and press OK

Then you type     '  ping smtp.yourisp.com   ' (replace with your own)

The IP will be repeated until you hit CTRL-C. Copy it somewhere.


-kaddict