8 lines
262 B
Perl
8 lines
262 B
Perl
#!/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',
|
|
},
|
|
);
|