> > I'm not able to send multipart/mixed e-mails with CFMX 7 (the code on CF5 > > was constructing the message just fine, but now CFMX 7 is forcing me to use > > cfmailpart). Even the simplest message is received as multipart/alternative: > > > > <cfmail from="email" to="email" type="multipart/mixed" subject="test > > multipart/mixed"> > > <cfmailpart type="text/plain">First part of the e-mail.</cfmailpart> > > <cfmailpart type="text/plain">Second part of the e-mail.</cfmailpart> > > </cfmail> > > First write the second part to a file, then use: > <cfmail from="email" to="email" subject="test multipart/mixed"> > First part of the e-mail. > <cfmailparam file="second part" type="text"> > </cfmail>
It worked. Thanks. -- <mack /> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211004 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

