473,396 Members | 1,998 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

SMTP and outgoing email account

Is there any software out there that could tell me what's my SMTP address is and what my outgoing email account is; of course, i want to obtain them without calling the Helpdesk/IT admin or the Service provider.
Feb 12 '09 #1
2 4121
DonRayner
489 Expert 256MB
Open up a command window and ping your smtp server IE

Expand|Select|Wrap|Line Numbers
  1. ping smtp.MyISP.com
You will get a responce something like

Expand|Select|Wrap|Line Numbers
  1. Pinging smtp.MyISP.com [###.##.###.###]......
The ###.. will be the IP number for your SMTP server.

There is no outgoing email account for SMTP. all your ISP will require is for you to be connected through your account with them. IE if you deal with CompanyA but are logged onto the net through CompanyB, you won't be able to use SMTP.CompanyA.com to send your mail. But you should be able to use SMTP.CompanyB.com to send and still log onto the POP server for CompanyA to receive your email.
Feb 12 '09 #2
Hello,
If your naetwork is managed by DHCP, then DHCP server can able to provide you the SMTP server address.
Other wise there is no way to get SMTP server address,
but you can able to find the mail exchanger get way.

To find the mail gateway:

vel# dig -t MX gmail.com

; <<>> DiG 9.4.2 <<>> -t MX gmail.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17084
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 4

;; QUESTION SECTION:
;gmail.com. IN MX

;; ANSWER SECTION:
gmail.com. 504 IN MX 40 alt4.gmail-smtp-in.l.google.com.
gmail.com. 504 IN MX 5 gmail-smtp-in.l.google.com.
gmail.com. 504 IN MX 10 alt1.gmail-smtp-in.l.google.com.
gmail.com. 504 IN MX 20 alt2.gmail-smtp-in.l.google.com.
gmail.com. 504 IN MX 30 alt3.gmail-smtp-in.l.google.com.

;; ADDITIONAL SECTION:
alt4.gmail-smtp-in.l.google.com. 152 IN A 209.85.135.114
alt1.gmail-smtp-in.l.google.com. 53 IN A 209.85.143.114
alt1.gmail-smtp-in.l.google.com. 53 IN A 209.85.143.27
alt3.gmail-smtp-in.l.google.com. 5 IN A 216.239.59.27

;; Query time: 268 msec
;; SERVER: xxx.xxx.xx.com
;; WHEN: Fri Feb 13 09:29:55 2009
;; MSG SIZE rcvd: 214

vel#

C:\Users\manickam>nslookup
Default Server: xxx.xxx.xx.com
Address: y.y.y.y

> set type=MX
> gmail.com
Server: xxx.xxx.xx.com
Address: y.y.y.y

Non-authoritative answer:
gmail.com MX preference = 10, mail exchanger = alt1.gmail-smtp-in.l..com
gmail.com MX preference = 20, mail exchanger = alt2.gmail-smtp-in.l..com
gmail.com MX preference = 30, mail exchanger = alt3.gmail-smtp-in.l..com
gmail.com MX preference = 40, mail exchanger = alt4.gmail-smtp-in.l..com
gmail.com MX preference = 5, mail exchanger = gmail-smtp-in.l.google

gmail.com nameserver = ns1.google.com
gmail.com nameserver = ns2.google.com
gmail.com nameserver = ns4.google.com
gmail.com nameserver = ns3.google.com
alt2.gmail-smtp-in.l.google.com internet address = 72.14.247.27
alt3.gmail-smtp-in.l.google.com internet address = 216.239.59.27
alt4.gmail-smtp-in.l.google.com internet address = 209.85.135.114
alt4.gmail-smtp-in.l.google.com internet address = 209.85.135.27
gmail-smtp-in.l.google.com internet address = 209.85.217.5
alt1.gmail-smtp-in.l.google.com internet address = 209.85.143.114
alt1.gmail-smtp-in.l.google.com internet address = 209.85.143.27
ns2.google.com internet address = 216.239.34.10
ns4.google.com internet address = 216.239.38.10
ns3.google.com internet address = 216.239.36.10
ns1.google.com internet address = 216.239.32.10
>
Regards,
Arul
Feb 13 '09 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Dan Boyle | last post by:
Hi, I am having difficulty connection to an smtp host. I am using the following code but I don't think I fully understand what smtp host can be used. function setSMTPParams($host = null,...
13
by: Scott Hathaway | last post by:
I want to write an NT service that will intercept any outgoing smtp traffic, like Norton Antivirus does. Can anyone tell me how I can do something like this in Python? I do not know how to...
2
by: Corey | last post by:
I'm running Windows/Outlook XP with mail routed through POP3/SMTP university servers. Abruptly, I am no longer able to send mail, though receiving works fine. I get an error message saying that...
3
by: dale zhang | last post by:
Hi, I write an asp.net web application. It has a “Contact Us” page, where users fill in their email, subject and text and hit send. Then the email will go to my hard coded yahoo email...
3
by: RN | last post by:
I am tired of sending mail from the built-in SMTP service for so many reasons (errors are nondescriptive in the event log, it doesn't let me control which IP address it sends from, and it...
17
by: Jesper Nielsen | last post by:
Hi all! I am currently planning an e-mail service. The base core of the service will simply be a MDaemon mail server with a modified WorldClient as the frontend. Unfortuneately, MDaemon cannot...
34
by: antonyliu2002 | last post by:
I've set up the virtual smtp server on my IIS 5.1 like so: 1. Assign IP address to "All Unassigned", and listen to port 25. 2. Access Connection granted to "127.0.0.1". 3. Relay only allow...
6
by: John Salerno | last post by:
If I want to write a cgi script that reads the contents of an HTML form and emails it to me, what would I use as the host parameter for my SMTP instance? The example in the docs is 'localhost', but...
9
by: mmm | last post by:
After reading about and using the smtplib module, I thought code such as below would ignore the 'Cc: ' body line below when sending messages and instead simply use the RECEIVERS list session =...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.