summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.7.85/content
blob: 49ab2860f1d44cf92908cc0b99fbc6842c303e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
@Templates = ( 
	       
	       {   Queue       => '0',
		   Name        => 'Email Digest',    # loc
		   Description => 'Email template for periodic notification digests',  # loc
		   Content => q[Subject: RT Email Digest

{ $Argument }
],
               },
);