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

by DerekThoms, (7036 days ago) @ Jasmine

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

locked

Complete thread: