Ravi Patel

Ravi Patel

  • 249
  • 6.8k
  • 1.4m

How to check if an email address exists without sending

Mar 16 2016 3:30 AM
How to check if an email address exists without sending an email in C#?

Example of a correctly formatted email address but still wrong

[email protected] [VALID format but does not exist]

So is there  any solution to really check the email without sending a test message to the user?

Answers (3)