Click here to Skip to main content
15,894,720 members
Home / Discussions / C#
   

C#

 
AnswerRe: Best Practice: Internet Connection? Pin
Mazdak14-Feb-04 4:02
Mazdak14-Feb-04 4:02 
GeneralRe: Best Practice: Internet Connection? Pin
Troy G14-Feb-04 4:06
Troy G14-Feb-04 4:06 
AnswerRe: Best Practice: Internet Connection? Pin
visiontec14-Feb-04 8:34
visiontec14-Feb-04 8:34 
GeneralRe: Best Practice: Internet Connection? Pin
Nick Parker14-Feb-04 9:29
protectorNick Parker14-Feb-04 9:29 
GeneralRe: Best Practice: Internet Connection? Pin
Troy G14-Feb-04 12:46
Troy G14-Feb-04 12:46 
Generalsomething wrong with my ADO.net Pin
ASGill14-Feb-04 2:53
ASGill14-Feb-04 2:53 
GeneralRe: something wrong with my ADO.net Pin
Mazdak14-Feb-04 4:05
Mazdak14-Feb-04 4:05 
GeneralReadFile error Pin
Member 57829113-Feb-04 21:30
Member 57829113-Feb-04 21:30 
GeneralRe: ReadFile error Pin
Heath Stewart14-Feb-04 9:17
protectorHeath Stewart14-Feb-04 9:17 
GeneralReadFile error Pin
Lots13-Feb-04 21:30
Lots13-Feb-04 21:30 
GeneralCreating identical tabs Pin
noahfields13-Feb-04 19:06
noahfields13-Feb-04 19:06 
GeneralRe: Creating identical tabs Pin
Heath Stewart13-Feb-04 20:15
protectorHeath Stewart13-Feb-04 20:15 
GeneralRe: Creating identical tabs Pin
noahfields14-Feb-04 11:49
noahfields14-Feb-04 11:49 
GeneralRe: Creating identical tabs Pin
noahfields14-Feb-04 14:31
noahfields14-Feb-04 14:31 
QuestionInput Box and Label Null Value? Pin
Eric Houser13-Feb-04 18:09
Eric Houser13-Feb-04 18:09 
AnswerRe: Input Box and Label Null Value? Pin
Mazdak13-Feb-04 19:17
Mazdak13-Feb-04 19:17 
GeneralRe: Input Box and Label Null Value? Pin
Heath Stewart13-Feb-04 20:12
protectorHeath Stewart13-Feb-04 20:12 
GeneralRe: Input Box and Label Null Value? Pin
Mazdak13-Feb-04 20:18
Mazdak13-Feb-04 20:18 
GeneralA child-parent problem... Pin
cemlouis13-Feb-04 13:26
cemlouis13-Feb-04 13:26 
GeneralRe: A child-parent problem... Pin
Bill Dean13-Feb-04 15:39
Bill Dean13-Feb-04 15:39 
GeneralRe: A child-parent problem... Pin
Kentamanos13-Feb-04 15:55
Kentamanos13-Feb-04 15:55 
GeneralRe: A child-parent problem... Pin
cemlouis14-Feb-04 2:08
cemlouis14-Feb-04 2:08 
GeneralE-mail Validation to clean-up mailing lists Pin
blakeb_113-Feb-04 11:09
blakeb_113-Feb-04 11:09 
Hello,

I am interested in creating a program to handle large a mailing list and help eliminated bounced messages by doing e-mail validation. I've looked at articles on this site and elsewhere on the web, and it appears that most of the validation approaches include validating the e-mail address syntax with regular expressions, then validating that the domain exists, then connecting to the smtp server and making sure that it will accept mail for a certain address. However, I have read that this will not work for some e-mail providers, such as aol, hotmail, servers based on ms outlook, etc. and that the only way to find out if an e-mail address is really valid for these is to wait and see if the message bounces back.

Does anyone know of a sure way to validate all e-mail addresses, or is it just not possible?

I guess if there is no 100% correct way, then I can try to combine the two approaches by first checking addresses by contacting the smtp server, and then also analyzing bounced messages.

Thanks for any input.

Blake
GeneralRe: E-mail Validation to clean-up mailing lists Pin
Kentamanos13-Feb-04 12:00
Kentamanos13-Feb-04 12:00 
GeneralRe: E-mail Validation to clean-up mailing lists Pin
Heath Stewart13-Feb-04 12:48
protectorHeath Stewart13-Feb-04 12:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.