Something like this in CFMX 6.1:
<CFMAIL ...>
<CFMAIL PARAM ...>
<CFMAILPART type="text">
Text version goes here
</CFMAILPART>
<CFMAILPART type="html">
<B>HTML version goes here</B>
</CFMAILPART>
</CFMAIL>
Here are some articles if you are using older versions of CF:
http://www.sys-con.com/coldfusion/articleprint.cfm?id=307
http://www.teratech.com/ColdCuts/cutdetail.cfm?cutid=169
Again, all of the images and such will be linked and not embedded - there are plusses and minuses associated with linking and embedding in emails.
HTH,
--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
PrismAV - Virus scanning for ColdFusion applications
>>> Find out how iMS Stacks up to the competition: http://www.coolfusion.com/imssecomparison.cfm
----- Original Message -----
From: Ian Skinner
To: CF-Talk
Sent: Tuesday, October 05, 2004 4:43 PM
Subject: ColdFusion e-mail Engine
We are looking at creating a simple e-mail engine for an application. It will be very simple function to send fairly basic messages to a list of addresses. A lot like our favorite HOF messages.
Unfortunately, we can't get the powers-that-be to completely forgo all HTML in the e-mail messages. They are insisting on a graphic logo and probably some heading and emphasis (<H?>|<strong>|<em>) markup as well as clickable anchors.
I know this would be easy to do with a ColdFusion <cfmail> tag by setting the "type" parameter to "HTML". My question is does this generate proper multi-part mine type e-mails (like I REALLY know what that means). But I think that is what I am trying to ask about. Do HTML messages sent by the ColdFusion mail tag contain a proper "text only" segment? Are they supposed to? Is this a non-issue that I don't need to worry my pretty little head about?
Pointers to the proper standards that I should understand would be nice. Links to information on how ColdFusion fits into the standards are even better. Correcting my understanding of ColdFusion and e-mail in "... for Dummies" language best yet.
TIA
--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
"C code. C code run. Run code run. Please!"
- Cynthia Dunning
Confidentiality Notice: This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

