greaseman
Closer to seniority!
- Local time
- Today, 14:17
- Joined
- Jan 6, 2003
- Messages
- 360
We have a system at my job that "plows through" about 45,000 records, and based on a set of criteria, will automatically e-mail to those lucky selected folks that meet the criteria.
For the e-mail addresses, we pass them through some rudimentary format checking, which works in most cases, but not all. Does someone have, or know of a location where there is, some code that validates the format of e-mail addresses? Or maybe a query of some kind?
We are not concerned with if the e-mail address is truly an address, only if its format is correct - i.e., no spaces, no weird characters like "/", no double "@@" or double "..". In other words, if the format is invalid, we don't want that address going on to the "next step."
Thanks to all of you for your help and wisdom. This forum is wonderful!!
For the e-mail addresses, we pass them through some rudimentary format checking, which works in most cases, but not all. Does someone have, or know of a location where there is, some code that validates the format of e-mail addresses? Or maybe a query of some kind?
We are not concerned with if the e-mail address is truly an address, only if its format is correct - i.e., no spaces, no weird characters like "/", no double "@@" or double "..". In other words, if the format is invalid, we don't want that address going on to the "next step."
Thanks to all of you for your help and wisdom. This forum is wonderful!!
