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 [email protected]
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 : [email protected] this is actually a existing ID
but i may try [email protected],[email protected],[email protected],
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 ??