Hi! 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> comes up with Content-Type: multipart/alternative; boundary="----=_Part_42_24814382.1120212974250" Thanks, Mack ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211001 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

