I don't think you can send multipart emails with cfmail, you'll need to
use IMS or use another workaround. IMS have a free version of their post
server at the moment, you can get it at www.coolfusion.com

Alternatively you can use cfmail to send a html-only version that will
work fine on all html-compatible email clients. Just use:

type="HTML" in the cfmail tag

-----Original Message-----
From: Michael de Lucia [mailto:[EMAIL PROTECTED]]
Sent: 02 February 2001 16:18
To: CF-Talk
Subject: multi-part mail


Hello,

How can I send a mutli-part e-mail using CFMAIL in a way that I can bind
an image to the mail so it can used in the e-mail signature  (typically
the company logo).

Attachement will of course not do the trick since the image is used for
in the layout of the HTML format e-mail.

Thx in advance,

Michael
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to