Kay, CFCONTENT doesn't do any document conversion, which is what it sounds like you want to do. CFCONTENT is purely for pushing non-HTML content to a browser through a CF template (for example you want to build a protected download area for purchased files). If you already have the Word document created then you'd just attach that to an email and be done. Otherwise you need to look into content conversion on the server, something other people on this list might have some good ideas for (and of course search around the 'net). On the other hand if you expect the system will have to create the same Word documents over and over, you might be better off storing a version in Word to begin with so your server isn't busy performing conversions (of course that all depends on the traffic to this app, complexity of the documents, etc.).
Cheers, -Max ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

