[rt-users] Behavior of ticket's AdminCC vs. queue's AdminCC
Fran Fabrizio
fran at cis.uab.edu
Tue Aug 28 23:56:17 EDT 2007
>
> 3. Have your NotifySysadmins template send the notification e-mail
> to the RT SysAdmins group. Something like this:
> To: {
> my $group = RT::Group->new( $RT::SystemUser );
> $group->LoadUserDefinedGroup("SysAdmins");
> $OUT = $group->MemberEmailAddressesAsString; }
>
Ah, this was the key piece of the RT API I hadn't grokked yet.
Perfect. Thanks!!
More information about the rt-users
mailing list