RT-Extension-Conservancy/etc/upgrade/0.2/content

9 lines
262 B
Text
Raw Normal View History

#!/usr/bin/env perl
@ScripActions = (
{ Name => 'Notify Owner or Queue AdminCcs',
Description => 'Sends mail to ticket AdminCCs, plus the Owner if set, otherwise queue AdminCCs',
ExecModule => 'NotifyOwnerOrQueueAdminCcs',
},
);