I am running Email Validator locally and am having a problem validating e-mail addresses.
When I start the project, I can validate the default (contact@neevsoftware.com)
email address fine, but when I input any other e-mail address, it returns one of
the two below errors. Value cannot be null. Parameter name: input “An existing connection
was forcibly closed by the remote host”
It looks SMTP server you are trying is not allowing to connect. You can try changing
SMTP server name, from email address in Email Validator properties. There could
be one or more reason for this error. 1) SMTP server not available.
2) SMTP do not allow MX Queries
3) SMTP server and From Email address is invalid
4) Antivirus and Anti spam software blocking such network query.