HI
Funny I have just revisited this post myself in the last couple of days as I still need to get the $body = ''; element filled with my own email template but just can't seem to work it out.
Hopefully Markus (or someone) will be able to clarify how his excellent code above can use a custom template rather than the $body = '';
foreach ($this->maildata as $data) {
$body .= $data[_FF_DATA_TITLE].": ".$data[_FF_DATA_VALUE].nl() . "\r\n";
}
If you need help with another part of this let me know as the groupings works very well for me.
Cheers
Rich