How to check wheather the email id is true or Fake?
hi friends i m developing asp.net web application..here i m gonna check wheather the mail id is exists or fake can any one help me out/can share any reference if exists...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vignesh KumarPosted Nov 20, 2013, 2:55 AM
Put this regular expression validator right after your email ID textbox.
ValidationExpression="^[a-zA-Z][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$"
Text="*please enter a valid email address">
Posted Nov 20, 2013, 1:21 AM
in this code you check email id is fake or not
Suthish NairPosted Sep 11, 2013, 9:34 AM
selva kumarPosted Sep 11, 2013, 7:00 AM
aditya immadiPosted Sep 11, 2013, 6:08 AM
we dont find the email is real or fake without page redirecting.In login page it is not recommended .but using regular expression validation you may validate the email ,in correct formate or not
check this for email validation
http://asp-net-example.blogspot.in/2009/02/aspnet-regularexpressionvalidator.html