Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Guys

I need to verify the email address whether it is exist or not.(ie) E-mail address having mail Box or not.
What are all the possible ways to verify this.


Thanks in Advance
Posted

The only real, guaranteed way is to send it an email, and require a click back to your site.
That way you know the email address exists and is readable as of that moment - it may not be five minutes later however (TenMinuteMail[^] is an example of a working email address that is time limited)
 
Share this answer
 
Comments
Anuja Pawar Indore 13-Oct-11 9:57am    
My 5
Reiss 13-Oct-11 10:00am    
+5 Correct anwser as this is the only way to do it - by using regex's it is possible to verify that the email address is valid, but not that it exists
Hi,

If you want to check email is exists or not .

there are so many ways for it.

Easy and no-cost method is solution1

but it is some what late and waiting process.

If you want to some webservices for this there are plenty of services in market

Here I'm providing one of web service providers for email verification

http://strikeiron.com/Products/EmailVerification.aspx
Based on requirement you've to choose among ways.

All the Best
 
Share this answer
 
practically it's not possible if you are trying to verify email while entering
unless the user not activated it s account. :)
 
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