2 title = "Notify Updates for Favourited pages"
3 author = "@ssddanbrown"
4 date = 2022-12-01T20:00:00Z
5 updated = 2024-07-05T14:00:00Z
9 This hack sends out page update notification emails to all users that have marked that page as a favourite.
13 - The sending of emails may slow down page update actions, and these could be noisy if a user edits a page many times quickly.
14 - You may run into email system rate-limits with the amount of emails being sent.
18 - You can customize the email message, if desired, by editing the lines of text within the toMail part at around lines 23-25 of the `functions.php` code.
22 {{<hack file="functions.php" type="logical">}}