How to check email existence with asp.net
-
hi friends, Can you give me a reference how to validate email address with asp.net? I want to check that email address exists or not.Some one suggested to use windows dos command nslookup to find email server, but if I use a shared hosting that might not be a good idea. So can you guys give me an idea or reference how to make things work?? Thanks
-
hi friends, Can you give me a reference how to validate email address with asp.net? I want to check that email address exists or not.Some one suggested to use windows dos command nslookup to find email server, but if I use a shared hosting that might not be a good idea. So can you guys give me an idea or reference how to make things work?? Thanks
There is no way to validate an actual email. You can validate its format using a Regex and you can validate the email server, but there is no way to actually know an email address exists, is valid, and can receive your message.
I know the language. I've read a book. - _Madmatt