Help! I'm trying to send an email message with an attachment using the
idSMTP and idMessage components in Delphi 6, Indy version 9.0.0.11. The
message is sent just fine when I'm running an SMTP server on my local
machine, but if I try to send the same message using the same SMTP server
running on a different machine on my network, I get socket errror 10054 -
connection reset by peer. If I send the same message via the remote machine
minus the attachment it works fine. Can I make this work? How? TIA.