>I am using BCB6 with SmtpClient. My program executes Open() > then Helo() with no errors but when I try to > execute Mail() I get an error message that the "Component is > not Ready". I have examined the property > settings several times but do not see why Mail() does not work.
You are trying to use the asynchronous component as a synchronous one. > is this a FAQ ? Are there any suggestions? See http://wiki.overbyte.be, there is an article about async programming. You may also use the sync version but it is much less optimal. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
