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