Re: wodSmtp.dll and DrWtsn32 (General questions)
Chris,
Component is single-threaded, you should use it from the same thread where you initialized it. Can you move it completely to separate thread?You can't use it in one thread, and then call it from another.
Drazen
I have changed from .blocking = False to True. There is no other activity going on in the program while an email is being sent.
But regardless of that, whenever we encounter a large number of emails that are going out with attachments, it will abort within the wodSmtp on a regular basis.
Are you sure that there are no volume issues with the DLL. In these cases where it aborts, we would be sending around 10 emails a second, each with an attachment of over 100K.
Is there no possiblity of using a .PDG file on the server so that we can diagnose what command is failing inside the DLL?
Thanks.