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:Thu, 24 Jan 2008 11:05:58

"Hubert Anemaat" <hubert@anemaat.nl> wrote in message
news:479873a9$1@newsgroups.borland.com...

> Is it possible to ignore the incoming commands from the
> e-mail server so that the e-mail can be sent anyway ?

Not using TIdSMTP, no.  You would have to use TIdTCPClient directly instead,
sending the SMTP commands manually.  That is not how SMTP is designed to be
used, though.  You really need to track down the original problem and fix it
instead.  Did you look at packet sniffing like I suggested?


Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive