I am trying to send an email from within a ThinNet application. It does work. However because of how ThinNet handles the timer it takes between 30 to 50 seconds to send the single email. Is there some way that I can override or force the mail to be sent faster. Like have some other type of loop that could it could be sent from? BTW If I don't run it in thin mode the email gets sent in about a second or two. The code I am using is basically taken from the original netdemo testsendmail procedure.
Thanks