Actions
Feature proposal #2480
closedimplement notification triggers
Description
Implement triggers to notifications so plugins can interact with all notifications sent.
Actions
Added by krileon almost 14 years ago. Updated almost 14 years ago.
Description
Implement triggers to notifications so plugins can interact with all notifications sent.
Implemented in r1717
gj_onBeforeNotification and gj_onAfterNotification can now be used with the function variables as function( $email, $group, $category, $user, $plugin ) {... The $email is an array containing up to 7 variables which are 1:from id, 2:from name, 3:from email, 4:to id, 5:to email, 6:subject, 7:message.