I have this registration page which works fine ,but for the email field I need to make sure that the email is correct and valid 1 : Correct 2 : Valid
for the correct email add i am using java script validation for maintaining abc@def.com
well that is working fine
but my question is , Is there any web service or java API to make sure whether the mail ID actually is existing and registered Like my mail id is : hussainABCD@gmail.com this is actually a existing ID
but i may try hussain5555@gmail.com,hussain1111@gmail.com,hussain8888@gmail.com,
these will pass the java script validation but are not existing in reality
do we have any way to make sure that the mail id exists ??