Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Sep : Re: How to request delivery notification using TIdSMTP ?

www.cryer.info
Managed Newsgroup Archive

Re: How to request delivery notification using TIdSMTP ?

Subject:Re: How to request delivery notification using TIdSMTP ?
Posted by:"wilson" (e@mail.com)
Date:26 Sep 2006 20:23:21

Thank you very much for the information.

Remy Lebeau (TeamB) wrote:

>
> "wilson" <e@mail.com> wrote in message
> news:4518c9d8$1@newsgroups.borland.com...
>
> > How to request delivery notification using TIdSMTP ?
>
> You don't.
>
> > This can be done with SMTP command, e.g.
> >
> > RCPT TO: abc@example.com NOTIFY=SUCCESS,FAILURE
>
> Only on servers that implement RFC 1891 ("SMTP Service Extension for
> Delivery Status Notifications"), which is indicated by the keyword
> "DSN" being present in the reply to the EHLO command.  Indy does not
> implement DSN support at this time.
>
> > I don't know how to do this with TIdSMTP.
>
> In order to use DSN, you would have to either 1) alter TIdSMTP's
> source code, or 2) implement the SMTP protocol from scratch yourself.
>
>
> Gambit


--

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive