Ronald Wilmink wrote: > I have used the TSmtpCli component in applications without any > problems. But now, I need to use it in a service that calls a > function in a dll that has no Form, just units. > That function needs to send emails. > Since the component works with events that are not available in the > dll, mailing does not work.
Using ICS in a DLL is similar to using it in a console application. Take a look at the OverbyteIcsConSmtp demo for an SMTP example or at the OverbyteIcsDll samples. -- Arno -- 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
