Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Sep : Re: How to request delivery notification using TIdSMTP ?
| Subject: | Re: How to request delivery notification using TIdSMTP ? |
| Posted by: | "Bill Edwards" (sdbgru..@hotmail.com) |
| Date: | Tue, 26 Sep 2006 07:48:12 |
Perhaps the "ReceiptRecipient" property of TIdMessage will serve the
purpose?
"wilson" <e@mail.com> wrote in message
news:4518c9d8$1@newsgroups.borland.com...
> How to request delivery notification using TIdSMTP ?
>
> This can be done with SMTP command, e.g.
>
> RCPT TO: abc@example.com NOTIFY=SUCCESS,FAILURE
>
> but I don't know how to do this with TIdSMTP.
>
> Thank you.