I'm currently searching for a Delphi code that can act as an SMTP Proxy
Server. I can use any TCP-IP component (Indy, ICS, Synapse). It must can
handle, off course, attachements.
Any pointers are welcome. Thanks at advance for your help.
Cheers,
A.
> I'm currently searching for a Delphi code that can act as an
> SMTP Proxy Server. I can use any TCP-IP component
> (Indy, ICS, Synapse). It must can handle, off course,
> attachements.
Indy has TIdSMTPServer and TIdSMTPRelay components available that can be
used together to make a custom proxy. Or you could try deriving a new
SMTP-aware component from TIdMappedPortTCP.
Gambit
A few years ago I found something called Jonas mail proxy server. The
code was originally for FreePascal, but you could adapt it to work
with Delphi easily. Unfortunately I can't find the site now.