Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Sep : How to request delivery notification using TIdSMTP ?
| Subject: | How to request delivery notification using TIdSMTP ? |
| Posted by: | "wilson" (e@mail.com) |
| Date: | 25 Sep 2006 23:34:00 |
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.