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
Complete thread:
- SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:05
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:09
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:10
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:12
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:12
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:16
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:22
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:26
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:28
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:33
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:36
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:40
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:36
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:33
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:28
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:26
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:22
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:16
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:12
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:12
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:10
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:09