|
|
 |
Re: FN-FORUM Email validation
date posted 15th January 2002 14:44
> I have a client who has a database of about 50 000 email addresses, I am
> assured they are all opt in and not Spam. that he has built-up over a few
> years. He needs to validate them before he starts an email campaign. Does
> anyone know of anyway of doing this other than sending a message to each
one
> and waiting to see if it bounces?
I guess you could loop thru them and apply a regexp to see if they were
[seemingly] syntatically valid. This still wouldn't catch an address like
[EMAIL REMOVED] though.
You could also telnet to the host to see if it responds, possibly on the
right ports. That obviously still doesn't mean that the mailbox/user exists.
It's very problematic whatever you choose.
;D
|
 |
|