Detect outgoing (POP3) server

M

Michael Lanier

I need to be able to detect a computer's POP3 server and assign it to
a cell upon startup. Is this possible? Thanks.
 
A

Auric__

Michael said:
I need to be able to detect a computer's POP3 server and assign it to
a cell upon startup. Is this possible? Thanks.

Define "computer's POP3 server". (Every email-capable program in the universe
stores its settings different from every other program.)
 
M

michaelrlanier

Sorry, I thought my question was clear. As it turns out, I'm really lookingfor the outgoing mail and not the incoming POP3 as I initially stated. My own address is smtp.charter.net so I would want the cell to reflect "smtp.charter.net". But if someone else opens my file on a different computer witha different outgoing address, I need the file to post their address. Again, is this possible?
 
J

joeu2004

As it turns out, I'm really looking for the outgoing mail
and not the incoming POP3 as I initially stated. My own
address is smtp.charter.net so I would want the cell to
reflect "smtp.charter.net". But if someone else opens my
file on a different computer with a different outgoing
address, I need the file to post their address. Again,
is this possible?

Probably. I Googled "excel smtp server" without quotes and got a number of
hits. Most are not useful insofar they require that you provide the SMTP
server name, which of is the opposite of what you want, of course.

I did find this thread: http://www.excelbanter.com/showthread.php?t=391054.
It seems to be directly "on point". But I did not see a usable conclusion.

The points are:

1. You might find what you need by reviewing Google hits in more detail that
I have time to do.

2. You might get a more-informed response by posting at excelbanter.com.

The question I would ask is: why do you need this?

I wonder if the real problem you want to solve does not need the SMTP server
at all. You are merely over-thinking the problem. Specifically, if the
"real" problem is that you want to be able to send to a configured SMTP
server, one of the Google hits might help you with that. (But I did not
study them in enough detail to say "yes" with impunity.)

But it is a rhetorical question. I suspect I cannot help you, even though I
fully understand the question and the issues.

Good luck!
 
M

Michael Lanier

joeu2004,

Thank you for your help. I will research your information. The reason
I need the SMTP is to send a CDO via email. Thanks again.

Michael
 
J

joeu2004

Michael Lanier said:
The reason I need the SMTP is to send a CDO via email.

As I suspected. Then it is not necessary to put the SMTP server name in a
cell, is it?

I am not familiar with using CDO to send email using VBA. But be sure to
study the examples in the following webpage:

http://www.paulsadowski.com/wsh/cdo.htm

Off-hand, it appears that you might not need to to know the SMTP server
name. However, it is unclear to me how Excel knows what SMTP server to use
otherwise. Perhaps Paul's code is relying on the Outgoing Email server to
be confirgured for IE, Outlook and/or Outlook Express or the Win7
equivalent.

Also see http://www.rondebruin.nl/cdo.htm, although it seems less complete.
 
J

joeu2004

Michael Lanier said:
The reason I need the SMTP is to send a CDO via email.

As I suspected. Then it is not necessary to put the SMTP server name in a
cell, is it?

I am not familiar with using CDO to send email using VBA. But be sure to
study the examples in the following webpage:

http://www.paulsadowski.com/wsh/cdo.htm

Off-hand, it appears that you might not need to to know the SMTP server
name. However, it is unclear to me how Excel knows what SMTP server to use
otherwise. Perhaps Paul's code is relying on the Outgoing Email server to
be confirgured for IE, Outlook and/or Outlook Express or the Win7
equivalent.

Also see http://www.rondebruin.nl/cdo.htm, although it seems less complete.
 
A

Adrian C

2. You might get a more-informed response by posting at excelbanter.com.

Wow. Intelligent response :-(

You do realise where excelbanter is stealing content from?
 

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

Top