You have several options: Switch to using iw_solution_email.ipl and use old-style perl-based PTs for handling mail headers and bodyCreate an XSL template for the existing java class to dump out the email XML so that you can then design a new XSL template for creating the body you want, however you won't be able to change any of the mail headers (e.g.: From, To, Subject, etc.)Create your own custom class - you'll still need to do much of what you need for the previous item, but you get the ability to define your mail headers however you want (and you get to build whatever additional flexibility you want into the code)
I wish they would let me do the Perl option. That's where I have the experience, but dead-set on sticking with Java. So, if I want to create different emails for different scenarios (different subjects and verbiage in the body), I am going to have to create a custom class for each one.Thanks for confirming...Mark