Is there any possible way to find out if an email address exists in c#?
e.g. I have an email address like abcded@yahoo.com or asdf234@hotmail.com How can I do the va
The most obvious way is to send an email to the mail address and ask the recipient to reply or click a link.