Re: SMTPServer within a .Net application - WeOnlyDo Discussion board

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

by DerekThoms, Saturday, January 28, 2006, 02:12 (6874 days ago) @ wodSupport

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: