Victor Gooch wrote: > 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. > > is this a FAQ ?
Looks like that ;-) You get this error when you do not code event-driven. Check this link: http://wiki.overbyte.be/wiki/index.php/Asynchronous_Paradigm to get started. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- 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
