Re: SMTPServer within a .Net application (General questions)
The following code has the same issue
Dim SMTPS As New wodSmtpServerCom
SMTPS.Start()
System.Threading.Thread.Sleep(100000)
Execute the compiled application and then telnet to the local host (telnet 127.0.0.1 25) and the connection is made, but nothing happens. So it's fairly fundamental.
The Visual Basic 6.0 example works fine, though.
Derek
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