Hi, 

I have a template that emails a group when a ticket changes queue with the
details of the request. I need to add the attachments to the email, but I
cant figure out whats required to add the attachments. 


-------------------------------

Condition : On Queue Change 
Action      : Notify Other Recipients 
Template :  "My Template Name" 
Stage      : Transaction Create 

----------------------------------


Template - "My Template Name" 
--------------------------------------------------------

To: { my $group = RT::Group->new( $RT::SystemUser );
$group->LoadUserDefinedGroup("My Group");
$group->MemberEmailAddressesAsString; }

{$Ticket->Transactions->First->Content()}

---------------------------------------------

Anyone have a script that adds attachments ?

Any help much appreciated.  







--
View this message in context: 
http://requesttracker.8502.n7.nabble.com/Add-Attachments-to-Custom-Template-tp54247.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.


-- 
RT Training in Seattle, June 19-20: http://bestpractical.com/training

Reply via email to