Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Re: SMTP incoming data timeout - closing connection

www.cryer.info
Managed Newsgroup Archive

Re: SMTP incoming data timeout - closing connection

Subject:Re: SMTP incoming data timeout - closing connection
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Wed, 23 Jan 2008 14:23:43

"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

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive