PC Review


Reply
Thread Tools Rate Thread

Avoiding errors due to bad email addresses

 
 
Nathan Sokalski
Guest
Posts: n/a
 
      16th Nov 2005
I am making an application that will be used to send an email message to all
members in a certain group (such as maybe all exec board, or all IT, or all
secretaries, etc.). However, as we all know the may occasionally be a
misspelled email or, more often, someone's email is not working, or for
whatever reason an address returns the message. I want to avoid having this
error displayed, but I still need to know which addresses it did not get
sent to. How can I do this? The ideal solution would be a method that tests
whether an address is valid, but I don't know of one. Thanks.
--
Nathan Sokalski
(E-Mail Removed)
http://www.nathansokalski.com/


 
Reply With Quote
 
 
 
 
Michel van den Berg
Guest
Posts: n/a
 
      16th Nov 2005
Dear Nathan Sokalski,

Please have a look at Regex (look it up in your docs) and take a look at
http://www.regexlib.com/ (or any other regex website).
Regex is short for 'regular expression' and is a way to test strings to be
in a specific format (eg an emailaddress or postalcode). If you regex
succeeds then your string is in a valid emailaddress format.

About the email address returning the message: there are some third-party
controls/websites that do this for you. For example:
http://www.glocksoft.com/amlv/index.htm However, I don't know how good these
are, but I do know that implementing it by yourself is a lot more work! If
you would like to do it by yourself then you should look into the SMTP.

Hope I helped you,

Michel van den Berg

"Nathan Sokalski" <(E-Mail Removed)> schreef in bericht
news:OnC%(E-Mail Removed)...
>I am making an application that will be used to send an email message to
>all members in a certain group (such as maybe all exec board, or all IT, or
>all secretaries, etc.). However, as we all know the may occasionally be a
>misspelled email or, more often, someone's email is not working, or for
>whatever reason an address returns the message. I want to avoid having this
>error displayed, but I still need to know which addresses it did not get
>sent to. How can I do this? The ideal solution would be a method that tests
>whether an address is valid, but I don't know of one. Thanks.
> --
> Nathan Sokalski
> (E-Mail Removed)
> http://www.nathansokalski.com/
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Avoiding Errors when Loading Large Number of Cell Addresses into R ExcelMonkey Microsoft Excel Programming 6 9th Jan 2008 11:08 PM
Avoiding errors due to bad email addresses Nathan Sokalski Microsoft ASP .NET 1 16th Nov 2005 09:12 PM
Avoiding errors due to bad email addresses Nathan Sokalski Microsoft VB .NET 1 16th Nov 2005 09:12 PM
How do I remove the popup email addresses that I don't need or may have errors. Barry McConomy Microsoft Outlook 3 24th Feb 2004 09:00 PM
Errors in email addresses that auto complete Dianne Microsoft Outlook 2 19th Aug 2003 07:29 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:08 PM.