]> BookStack Code Mirror - hacks/blob - content/notify-favourited-pages/index.md
Updated notify-favourite-pages hack
[hacks] / content / notify-favourited-pages / index.md
1 +++
2 title = "Notify Updates for Favourited pages"
3 author = "@ssddanbrown"
4 date = 2022-12-01T20:00:00Z
5 updated = 2024-07-05T14:00:00Z
6 tested = "v24.05.2"
7 +++
8
9 This hack sends out page update notification emails to all users that have marked that page as a favourite.
10
11 #### Considerations
12
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.
15
16 #### Options
17
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.
19
20 #### Code
21
22 {{<hack file="functions.php" type="logical">}}