Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jul : Creating HTML email in Outlook Express
| Subject: | Creating HTML email in Outlook Express |
| Posted by: | "Rael" (rael@nospam.com) |
| Date: | Tue, 18 Jul 2006 14:18:54 |
Hi,
I'm trying to create an HTML email in outlook express.
(Based on idea in forums) I've saved a blank email that had "#body#" in the
body section, and then replace the first occurence with plain text and the
second occurence with html. When I shell execute this edited file, it
doesn't seem to properly display the html. eg for:
this is plain
<b>this is bold</b>
<font color=red>this is red</font>
OE only picks up the bold tags but not the color. It also doesn't seem to
pick up font size.
Any hints on how to do this?
Thank you
Rael