Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to check the givem email(any valid email) address exists or not using ASP.NET or C#?
Posted
Comments
DaveAuld 3-Oct-12 7:30am    
Exists where? In your user database or is a real valid email? If the later you need to use a verification scheme, send the email address a unique link that can be used to validate the account.
Mannava Siva Aditya 3-Oct-12 7:50am    
Not in the database, See I am giving an example, Like if you enter a email address and click on the submit button, we are suppose to check the entered email address is correct or not. I am not talking about the validation its about the domain checking.
example, test@gmail.com
test@yahoo.com
te@hotma.il.com
test@gmai.com
Mannava Siva Aditya 3-Oct-12 7:51am    
I wanted to check weather these mail id's exists or not and correct or not in the example the hotmail and gmai is not correct as the domain doesnot exist.

pls check this link :http://www.aspnetmx.com/demo.aspx[^]

I think you will get your solution
 
Share this answer
 
Comments
Member 11725351 10-Jun-20 7:42am    
Hi Can i get the solution code
VB
http://msdn.microsoft.com/en-us/library/system.net.networkinformation.ping.aspx
http://www.webdigi.co.uk/blog/2009/how-to-check-if-an-email-address-exists-without-sending-an-email/
http://tools.email-checker.com/
http://verify-email.org/
http://www.technixupdate.com/check-whether-an-email-id-is-valid-or-not/
 
Share this answer
 
Comments
Mannava Siva Aditya 3-Oct-12 7:47am    
I didnt get you can you be more presize!
Vijay Walunj,Navi mumbai 3-Oct-12 8:39am    
use this links
Mannava Siva Aditya 5-Oct-12 1:47am    
Vijay I understood the concept but I want the implementation part. If you can provide some example it would be better.

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