>I use cfdump in cfmail all the time, and it works fine for me (we're
>on CF9 as well).  Are you sure you're using the HTML format?

I was using HTML format, but it turns out I also have to use cfmailpart to get 
the javascript generated by CFDUMP from showing in the message body.

So now it looks like this:

 CFMAIL to= from= subject= type="HTML"
 CFMAILPART type="text"
  text version here
 /CFMAILPART
 CFMAILPART type="HTML"
  markup version here
  CFDUMP
 /CFMAILPART
 /CFMAIL

Where it used to just look like this:

 CFMAIL to= from= subject= type="HTML"
  markup here
  CFDUMP
 /CFMAIL

Thanks for the help,

Sean


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339638
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to