Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: HTML and Indy 9 Part 2
| Subject: | Re: HTML and Indy 9 Part 2 |
| Posted by: | "Claude" (aorang..@wanadoo.fr) |
| Date: | Sat, 24 Mar 2007 08:28:42 |
Remy thank you very much
I think what I want to do is a bit complicated for me so I will do a bit
simple by refering the pople to the web side I actually did yeterday. With
time you just think further.
Big thanks
Claude
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> a écrit dans le message de news:
4604407d@newsgroups.borland.com...
>
> "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
none