Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Re: SMTP incoming data timeout - closing connection
| Subject: | Re: SMTP incoming data timeout - closing connection |
| Posted by: | "Hubert Anemaat" (hube..@anemaat.nl) |
| Date: | Thu, 24 Jan 2008 12:16:45 |
Hello Remy,
Is it possible to ignore the incoming commands from the e-mail server so
that the e-mail can be sent anyway ?
Thanks,
Hubert
Remy Lebeau (TeamB) schreef:
> "Hubert Anemaat" <hubert@anemaat.nl> wrote in message
> news:4797ab3c@newsgroups.borland.com...
>
>> One of my clients can send an e-mail without an attachment without any
>> problem, but when he adds a pdf attachment, my application is waiting for
>> an hour and than comes with the following error message:
>> "mailrelay02.solcon.nl SMTP incoming data timeout - closing connection".
>
> Did you verify that TIdSMTP is actually transmitting any data over the
> connection? You can use a packet sniffer for that. If it is indeed not
> sending anything during that hour, then it sounds like TIdMessage is having
> trouble encoding the attachment (it is probably stuck in a loop internally),
> or is not sending all of the necessary commands to the server, or the server
> is not responding to them correctly.
>
>
> Gambit