====== COMMON_NOTIFY_ADDRESSLIST ====== ---- dataentry event ---- Description: Manipulate the address list for a subscription mail notification after an edit DefaultAction: Provide a comma-separated list of subscribed users Preventable: yes Added_dt: 2010-01-20 ---- This event is signaled by [[xref>notify()]] in [[xref>inc/common.php]] before subscribers are informed about an edit, handlers can use it to amend the addresslist or provide a completely self-generated list. ===== Passed Data ===== * $data['id']: The ID of the edited page * $data['addresslist']: The list of mail addressees * $data['self']: Whether the editor itself should receive notifications as well * $data['replacements']: array of additional string substitutions, @KEY@ to be replaced by value (not executed for default action) ===== See also ===== * [[codesearch>COMMON_NOTIFY_ADDRESSLIST|Code related to this event]] used in any DokuWiki's files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]] * [[devel:event:MAIL_MESSAGE_SEND]]