Thanks. Even if I can't verify the whole email address, is it cost effective to verify the domain part of the email address.
If so, how do I do this using javascipt, html, or asp?
Main Topics
Browse All TopicsIs there any way to check the validity of an email address by doing something similar to the ping of a url except that I am checking for the existence of an email address?
Maybe an email validation through telnet or something.
The objective is to check and see if I have a valid email address by trying to reference the email address. When a person updates or stores an email address, I want to check to make sure the address is valid by actually having my code reference it and get a response. That way I know I am not storing junk email addresses.
I do have the code to check for the general syntax of an email, but that does not ensure the email address is valid. It only checks for correct syntax.
(Tools: ASP, Javascipt, SQL, CDO.Message)
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Yes, telnet validation works.
See code in PHP http://www.webdigi.co.uk/b
Business Accounts
Answer for Membership
by: SysExpertPosted on 2007-06-20 at 08:23:20ID: 19325420
Not really, since you would probably NOT be able to access all the mail servers directly due to SPAM and other filtering as well as issues with reverse DNS.
I hope this helps !