I want to verify whether an e-mail is real or not. Some body told me I could do it with DNS check but I don’t know how to do this.
Could somebody help me through this problem and I am developing with C#.
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess this code-project article gives you the information you want: Effective Email Address Validation
But even if you confirm that a domain is valid, it is still not guaranteed that the email address/recipient is valid. E.g. “xyz@stackoverflow.com” -> the domain is valid, but “xyz” might not be a valid email address.