Re: SMTPServer within a .Net application (General questions)
Derek,
this sample with 'Sleep' call you sent obviously fails becuase you call Sleep. This makes main thread (and this is where wodSmtpServer lives in) is halted, so wodSmtpServer cannot process any messages.
Can you change it so you give wodSmtpServer thread running?
Kreso