SMTP Address - Geeks to Go Forums

Jump to content

Log in Register Register Malware removal guide How it works
Page 1 of 1

SMTP Address How to find out what it is...

#1 Torack

  • Group: Member
  • Posts: 4
  • Joined: 22-May 05

  Posted 04 December 2005 - 11:52 PM

Hey,

This is the problem. We got one of those Scanners/Printers that can scan stuff, then send it straight through E-mail. However, I need to enter the SMTP Address for it to work. I've tried entering the SMTP Address that my ISP has given me, but that fails to work. Is there a seperate SMTP address that I dont know about? How do I find out what it is?

Thanks.

#2 Irongeek

  • Group: Banned
  • Posts: 82
  • Joined: 02-June 05

Posted 05 December 2005 - 11:07 PM

Quote

I need to enter the SMTP Address for it to work.


Are you sending this out of your ISPs SMTP mail server? Or is this an exchange server?

Quote

I've tried entering the SMTP Address that my ISP has given me, but that fails to work.


If your ISP gave you the SMTP address but it "fails to work" it could be a configuration issue. Also, does this SMTP server require any type of user authentication on your part? What email program are you using?

Quote

Is there a seperate SMTP address that I dont know about?


No. Email comes in POP3 (110) goes out SMTP (25).

Quote

How do I find out what it is?


Heres a little secret type this in the command prompt


Good way to get mail servers is to use

netsh diag show test

From my BOX

Quote

Microsoft Windows XP [Version 5.1.2600]
© Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\irongeek>netsh diag show test

Default Outlook Express Mail (pop.earthlink.net / smtp.earthlink.net)
InBoundMailPort = 110
InBoundMailServer = pop.earthlink.net
Ping request could not find host pop.earthlink.net. Please check the
name and try again.

Unable to connect to pop.earthlink.net port 110
OutBoundMailPort = 25
OutBoundMailServer = smtp.earthlink.net


this will display the mail servers for you. Hope this helps.

Share this topic:


Page 1 of 1 (Please log in, or register to add a reply.)