Can anybody recommend were I can download the tool or module that checks e-mail address syntax and corrects common errors like for e-mail changes name@yaho.cm to name@yahoo.com
cm" is a valid extension - Cameroon - therefore, you would need to be very careful when automatically correctly addresses such as these.
A simple piece of client side JavaScript (or server side code) would be able to check the validity of an email address. Try a search on Google for "javascript email address validation" - you might like to add "regex" to the end of that search as well.
You could create your own list of values to confirm. "Are you sure you have entered your email address correctly?" could be a response to a ".cm" extension. No offence Cameroon residents.
Hope this helps.
Pete.
Web Developer & Aptrix / IBM Lotus Workplace Web Content Management (LWWCM) Specialist
w:
Thanks for advise.
This was just an example and I did not meant to disregard Cameroon. That is the reason why I do not want to create my own list because I ado not possess the list of all valid domains and I do not have to much time for coding. I just need to find something created and I am sure there should be some.
I don't think you'll find a list, since there are close to an infinite number of possible domain names and sub domains. The only thing you can do, is validate that the email address is in the correct format.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.