Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : HTML and indy 9

www.cryer.info
Managed Newsgroup Archive

HTML and indy 9

Subject:HTML and indy 9
Posted by:"Claude" (livrepl..@magic.fr)
Date:Thu, 22 Mar 2007 17:45:23

Hi
I try to use the exemple one the nevrona page about html with indy to send a
html page which display as such in a email.

It just doesn'want to work. Content ID Unknow
For the body text I put the HTML Text in text!
I got the html text code source on the email but no pages

With TIdtext.Create(idMessage1.MessageParts,nil) do
begin
Body.Text:=F_Coordonnees.ADODataSet2.FieldByName('MEMOTEXTE').AsString;//
HTML TEXTE in a mamo field in a database
ContentType:='Text/Html';
end;

what do I do wrong?
regards
claude

Replies:

www.cryer.info
Managed Newsgroup Archive