RT 5.0.2 Documentation

RT::Action::Notify

Go to latest version →

Prepare

Set up the relevant recipients, then call our parent.

SetRecipients

Sets the recipients of this message to Owner, Requestor, AdminCc, Cc or All. Explicitly does not notify the creator of the transaction by default.

RemoveInappropriateRecipients

Remove transaction creator as appropriate for the NotifyActor setting.

To send email to the selected recipients regardless of RT's NotifyActor configuration, include AlwaysNotifyActor in the list of arguments. Or to always suppress email to the selected recipients regardless of RT's NotifyActor configuration, include NeverNotifyActor in the list of arguments.

SplitArgument

Split comma separated argument. Like CSV, it also supports quoted values, so values like "'foo, bar'" is treated like a single value.

Return the list of the split values.

← Back to index