Angus Robertson - Magenta Systems Ltd wrote: > Has anyone built a component to queue email until an SMTP relay > server is available?
Not yet, but it's probably no big deal to write one. It could be a simple two files per item approach. One email file written to the queue directory with method SendToFile so it can be resent as is with OwnHeaders and TIcsStreamReader or from a TStringList later on, and one info file containing related properties including MxIPs, Port.. as well as a next retry value, last error etc.. Both files would share the same filename with different extensions. -- Arno Garrels -- 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
