[rt-users] Re: Template to list Cc's in correspondence
Mike Patterson
mikep at uclink.berkeley.edu
Sat Nov 8 03:00:35 EST 2003
I discovered the new subroutine name by looking around in:
/path-to-rt/lib/RT/Tickets_Overlay.pm
Note: the following Template works (stamps Cc and AdminCc in the message
body of emails).
RT-Attach-Message: yes
{ if ($cc=$Ticket->Cc->MemberEmailAddressesAsString()) { "Note CC via
RT: " . $cc } }
{ if ($admincc=$Ticket->AdminCc->MemberEmailAddressesAsString()) {
"AdminCc: " . $admincc } }
{$Transaction->Content()}
More information about the rt-users
mailing list