Author |
|
ksysiek Newbie
Joined: 07 March 2011
Online Status: Offline Posts: 3
|
Posted: 23 January 2012 at 1:56am | IP Logged
|
|
|
hi,
I'm using mailbee 5.8 .net objects. Recently I noticed strange behave while sending emails with smtp servers. Namely while sending (calling Send() method) email messages I got error/exception: The socket object used by MailBee was unexpectedly closed. InnerException message follows... (ErrorCode:60) so I assumed that message wasn't sent and I will send it next time, but it turned out (it happends randomly) that message WAS sent and my email client downloaded it!
So what's the problem? Why, despite exception while sending message, messages are being actually sent ? What should I do? (Was)Is this known bug ?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 23 January 2012 at 2:02am | IP Logged
|
|
|
You're speaking of quite an outdated version, it's important to check if the issue persists with the current one, 7.1 at the moment.
Anyway, if the connection with SMTP server was broken in the middle of the operation, it's unknown whether the operation was completed from SMTP server's point of view - it might be that things were done and only Disconnect call caused the socket error. You might want to enable logging SMTP session to see what's going on behind the scenes, but again, that's only clientside part of the deal.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|