Accessing the socket in the smtp server (General questions)
Hi,
I need to keep a log of messages that are being received in a multi threaded smtp server. In my current mail server I do this by keeping the socket that the mail is being received on and logging each action with the server with this socket. This way I can trace what is going on on a per email basis. Is there any way to access the socket in the smtp server?
Secondly, is the com server compatible with VB 2008/10 ?
Thanks,
Nigel
Re: Accessing the socket in the smtp server
Hi Nigel,
Most probably you can log all data about user actives and messages inside wodSmtpServer Events. All information about users and messages should be catch inside wodSmtpServer Events.
Did you maybe check our samples already? You can find there how to use Events and catch data.
wodSmtpServer is compatible with VS 2008 and VS 2010.
Let us know how it goes.
Regards,
Drazen