> ------------------------------ > > Message: 9 > Date: Sat, 14 May 2005 11:28:22 +0200 > From: "Johannes Fourie" <[EMAIL PROTECTED]> > Subject: SMPT as HTML question > To: <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="US-ASCII" > > Hi > > > > With the attached code I previously send emails, but the client now want > to send it in HTML format, if I already build up the html document, how > > Body.Assign(reMessage.Lines); > > From.Text := edtFrom.Text; > > ReplyTo.EMailAddresses := edtFrom.Text;
No changes Body.Assign(reMessage.HtmpLines) mick _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

