You can use the standard CFMAIL just set type="html"
ex:
<CFMAIL To="#mailaddress#"
                From="#fromaddress#"
                Subject="#subj#"
                server="#server#"
                port="25"
                type="html">

<HTML><head></head>
<body bgcolor="##FFFFFF" link="##FFFFFF" vlink="##FFFFFF" alink="##FFFFFF">

        <Table border="0" width="600"><tr><td>
                This is the message
        </td></tr></table>
</body>
</html>


-----Original Message-----
From: Joe Tartaglia [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 20, 2002 4:19 PM
To: CF-Talk
Subject: HTML Email



Can anyone point me at a custom tag that will
allow me to do HTML email?  CF_AdvancedEmail
looks great but it only works with CF 4.5 (we
are running CF 4.0).  I don't need attachments
or even graphics.  Just HTML-formatted (tables,
etc.) text.

Thanks in advance,

Joe Tartaglia
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to