summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.7.85/content
blob: e9ec15c10b8272b3a72801ae1a9152c1dc323992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use strict;
use warnings;

our @Templates = (

               {   Queue       => '0',
                   Name        => 'Email Digest',    # loc
                   Description => 'Email template for periodic notification digests',  # loc
                   Content => q[Subject: RT Email Digest

{ $Argument }
],
               },
);