0 votes
by (120 points)

I modified your sample ,MailSendWinForm_VB', in Visual-Studio 2010 debugging-mode everything works fine, but the compiled Version gets a socket error 10013 (Access denied).

Applies to: Rebex Secure Mail

1 Answer

0 votes
by (70.2k points)

There is no such kind of restriction.

Can you please create communication logs for the two cases and send the log files to support@rebex.net for analysis (or post it here).

It should show the differences between the two cases.

The log file can be created like this (in MailForm.vb constructor):

_smtp = New Smtp
_smtp.LogWriter = New FileLogWriter("c:\data\smtp.log.txt", LogLevel.Debug)
...