On Thu, Jul 23, 2009 at 3:02 PM, Randy Zeitman wrote: > I've been working with my host (YoHost...Very receptive and helpful...5 > stars), and have concluded there's something amiss with CFmail because when > he sends me an email via post the content type comes (good) is mixed but with > CFMAIL it's related...even when you explicitly specify mixed in cfmailpart.
What you really need for your problem is both. You need an outer MIME message of type multipart/mixed which contains the attachment and an inner part. The inner part should be of type multipart/related and should contain the text message and the inline image. I am not sure whether it is possible to construct a message like that in CF, you would have to nest cfmailpart tags inside eachother.. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324877 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

