I need to validate an email address by contacting the servers.
Ex:if someone enters the email address:test@yahoo.com,then I need to ensure that id exists.Only comparing the pattern wont be good idea,so I want to do something more.Plz help me.
Printable View
I need to validate an email address by contacting the servers.
Ex:if someone enters the email address:test@yahoo.com,then I need to ensure that id exists.Only comparing the pattern wont be good idea,so I want to do something more.Plz help me.
Normally in such instance I used AJAX. How about use of InternetAddress Java class. I see that there are some methods to manipulate the email address there. But I haven't use it before. Better to read the documentation first. :)