Neculai Macarie wrote:
> 
> 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>

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:211002
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

Reply via email to