I am looking to do some email validation and many of the scripts I've located
online are great basic email validators.
They check to see that the email address is something along the lines of
somethin@a_vali d_host.at_a_valid_tld
Thats great, looking for that, BUT
I then want to EXCLUDE certain domains, ie: webmail hosts, or what ever hosts I
add to a list.
I want to work this with my basic update form which gets sent via the a CGI
script form mail item
User fills out form
clicks submit
JS checks to see if its a valid email address AND NOT a webmail or other
excluded hosts address. If so then submits via my normal formmail.pl script.
Any one already invented this?
Thanks in advance!
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
online are great basic email validators.
They check to see that the email address is something along the lines of
somethin@a_vali d_host.at_a_valid_tld
Thats great, looking for that, BUT
I then want to EXCLUDE certain domains, ie: webmail hosts, or what ever hosts I
add to a list.
I want to work this with my basic update form which gets sent via the a CGI
script form mail item
User fills out form
clicks submit
JS checks to see if its a valid email address AND NOT a webmail or other
excluded hosts address. If so then submits via my normal formmail.pl script.
Any one already invented this?
Thanks in advance!
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Comment