Click here to Skip to main content
15,903,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to verify the mailbox whether you can send e-mail programs how to write?Only a textbox and a button on the form to verify that, if the authentication is successful returns can use this mailbox.This program will use the knowledge?
Posted

You can't verify an email address except by sending it an email, and seeing if you get a response. You can do some basic validity checks - does it have one-and-only-one '@', does it have at least one '.' in the domain, are the domain and local address part lengths ok, etc. - but you cannot confirm that it is a real email address except by trying it.
 
Share this answer
 
Thank you ,I will try again.If I have a problem, then I hope you can help me.
 
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