Try using the TYPE="HTML" attribute inside of CFMAIL.

Example:

<CFMAIL
        FROM="fromname.emailserver.com"
        TO="toname.emailserver.com"
        SUBJECT="Place email subject here"
        TYPE="HTML">

        <table>
                <TR>
                        <TD>Test Application</TD>
                </TR>
                <TR>
                        <TD><IMG
SRC="HTTP://www.servernamehere.com/Line.gif"; ALT="Line"></TD>
                </TR>
        </TABLE>

</CFMAIL>

-----Original Message-----
From: Smith, Jim [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 8:16 AM
To: [EMAIL PROTECTED]
Subject: [KCFusion] CFMAILPARAM


Has anyone tried to put an image into a cfmail message? I have tried using
cfmailparam, but I'm not getting anything with it. Any ideas? 
 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 
 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 

Reply via email to