0 votes
by (120 points)

i use to get this error anytime i try send use my smtp and i i do get an socket error#11002 please what ,could be the best solutions for the error

Applies to: Rebex Secure Mail

1 Answer

0 votes
by (144k points)

Error 11002 is WSATRY_AGAIN, which means "Nonauthoritative host not found" . It's an issue at the TCP/IP layer and its documentation states:

This is usually a temporary error during host name resolution and
means that the local server did not receive a response from an
authoritative server. A retry at some time later may be successful.

In any case, this seems to be caused by some kind of connectivity issue unrelated to your application and Rebex library.

It might be useful to use Smtp object's LogWriter property to create a communication and error log that shows what has been going on inside Rebex SMTP. Feel free to post the log here or mail it to support@rebex.net for analysis.

...