Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Good day to all.

I require one help regarding the validation of email id.

Suppose i am using some fake mail id like abn@gmail.com then how can i check this mail id exists or not ?

Thanks in advance.
Posted
Comments
jackspero18 23-Dec-13 3:50am    
You want to with google database or with your database.??

 
Share this answer
 
v2
Try this:

  1. Send a mail to the given email address.[^] This mail should contain a confirmation code.
  2. After you send the mail, redirect the user to a page with a text box. Ask the user to fill in his confirmation code.
  3. If you use this for a registration form, then the user should only be registred after he entered his confirmation code.

Hope this helps.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900