3
Reply

How to check if an email address exists without sending

Ravi Patel

Ravi Patel

Mar 16 2016 3:30 AM
480
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)