> Why I cant send email using SMTPCli inside IntraWeb app? > The code works fine in a normal Win32 app but inside a > IntraWeb app the OnRequestDone never fires. > > Whats wrong?
If no event fire, then probably there is no message pump. btw: What is a "normal Win32 app" for you ? I guess it is a GUI application which has a message pump by default. A console mode application doesn't have a message pump by default. You have to build one yourself. -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
