From: Saulo Rodrigues on
On 25 out, 08:27, "richard.townsendrose"
<richard.townsendr...(a)googlemail.com> wrote:
> Phil
>
> well there is a commnet denis lucas 2004 ...
>
> anyway this is exactly the code i was looking fro for sending html
> mails ...
>
> i guess the constructor will work with anything ....
>
> richard

Richard,

That code provides a way to encode image files into the mail body.

For HTML you just need to assign some HTML text to cEmail.cHTML.

cHTML is an assignable property in some inherited cEmail class (by
Geoff, I think)

BTW I do use it for years, working great!

Cheers,
Saulo
From: richard.townsendrose on
Saulo

thanks for the very simple explanation .... i am sure marti will be
further impressed with geoff's library....

i am just starting to play with it ... now i understand geoff's
comment. in the vo 2.8 help there is the CEmail:CreateHTML() Method,
but instead of that a manual job is needed, and then one i guess
assigns the html text to using the oEmail:cHTML:=myhtmlstring

richard