Re: SMTPServer within a .Net application (General questions)

by Jasmine, (7081 days ago) @ DerekThoms

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

locked

Complete thread: