Click here to Skip to main content
15,889,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm Dnyaneshwar Gangurde Developer of Asp.net C#....I have done Email validation but i want to check this perticuler Email id Exist or Not..
E.g. dggangurde99@gmail.com... This Email id is registered on email but how to i check in ASP.NET C# WEB APPLICATION???
Posted
Comments
[no name] 17-Mar-14 5:24am    
this is really a simple thing no need to ask. If you are facing problem with your code just show here and where did you face problem then anybody can help you

1 solution

The simplest way is: send an email to that address, and ask for a reply. If you receive it - no, not an automated error reply from the server! - , it exists.
Well, of course, you can check before that the domain exists, e.g. by a whois query. But no serious email provider will give you a list of registered accounts, so you'll have to send the email anyway.
 
Share this answer
 
Comments
DNYANESHWAR1 19-Mar-14 0:16am    
ok thanks

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