3
Answers

How to check if an email address exists without sending

Ravi Patel

Ravi Patel

8y
505
1
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)