Home All Groups Group Topic Archive Search About

Get POP server from email address

Author
10 Mar 2006 4:48 PM
William LaMartin
Is there a way to determine the name of the POP3 server for a given email
address?

Author
10 Mar 2006 6:42 PM
Brian Henry
You'd have to look up their MX records based on their domain name through
DNS
Author
10 Mar 2006 9:29 PM
William LaMartin
Yes, but how to do it is the problem.

Show quoteHide quote
"Brian Henry" <nospam@nospam.com> wrote in message
news:uiEYlJHRGHA.2088@TK2MSFTNGP14.phx.gbl...
> You'd have to look up their MX records based on their domain name through
> DNS
>
Author
11 Mar 2006 12:55 AM
Rocky
Maybe? http://www.franklins.net/dotnet/MailChecker.zip


Show quoteHide quote
"William LaMartin" <lamar***@tampabay.rr.com> wrote in message
news:OPEe7mIRGHA.2436@TK2MSFTNGP11.phx.gbl...
> Yes, but how to do it is the problem.
>
> "Brian Henry" <nospam@nospam.com> wrote in message
> news:uiEYlJHRGHA.2088@TK2MSFTNGP14.phx.gbl...
>> You'd have to look up their MX records based on their domain name through
>> DNS
>>
>
>
Author
11 Mar 2006 2:00 AM
William LaMartin
Thanks.  That gets me closer.

Given an email address, if I know the DNS server for its domain (which I can
get in code since I have written code to do whois), then the code in the
Vb.net project download you suggested provides a way to get the email server
associated with that email address.

However, that all depends on using a dll packaged with the code -- 
DNSObjects.dll.  What I would really like to see is the code that created
that dll, since that is where the work is done.  And I don't want to use a
dll in my project.


Show quoteHide quote
"Rocky" <nopl***@nowhere.com> wrote in message
news:OaXl1ZKRGHA.4960@TK2MSFTNGP12.phx.gbl...
> Maybe? http://www.franklins.net/dotnet/MailChecker.zip
>
>
> "William LaMartin" <lamar***@tampabay.rr.com> wrote in message
> news:OPEe7mIRGHA.2436@TK2MSFTNGP11.phx.gbl...
>> Yes, but how to do it is the problem.
>>
>> "Brian Henry" <nospam@nospam.com> wrote in message
>> news:uiEYlJHRGHA.2088@TK2MSFTNGP14.phx.gbl...
>>> You'd have to look up their MX records based on their domain name
>>> through DNS
>>>
>>
>>
>
>