Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: HTML and Indy 9 Part 2

www.cryer.info
Managed Newsgroup Archive

Re: HTML and Indy 9 Part 2

Subject:Re: HTML and Indy 9 Part 2
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Fri, 23 Mar 2007 13:12:41

"Claude" <aorangi&@wanadoo.fr> wrote in message
news:4604237d@newsgroups.borland.com...

> On the link below you see what I want to sent per email.
> http://www.livres-plus.com/FormulaireCatalogue.html

That is not what I asked you.

> I don't really understand what you mean by row data.

I mean the raw data that is being transmitted to the email server.
The data that is received and then processed by the recipient email
reader.

The easiesy way to get it is to simply call the TIdMessage's
SaveToStream() or SaveToFile() method.  But that will not necessarily
be exactly what is sent over the socket connection.  You would have to
use a packet sniffer for that, or attach one of Indy's TIdLog...
components to the TIdSMTP instead.


Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive