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?