]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/notifyemail.mdwn
88e88e106fe89b1269f3f6effc9f4bec74b9b19c
[ikiwiki.git] / doc / plugins / notifyemail.mdwn
1 This plugin allows uses to subscribe to pages, and emails them when
2 they pages are created or changed.  
3
4 It needs the [[!cpan Mail::SendMail]] perl module, and sends mail
5 using the local MTA.
6
7 Each user can configure which pages they are interested in, using an
8 [[ikiwiki/PageSpec]] on their Preferences page. Any change to a page
9 matching the PagSspec will send an email that includes the new content of
10 the page, and a link to the page on the web.
11
12 To make it easy to subscribe to comment threads when posting a comment,
13 there is a check box that can be used to subscribe, without needing to
14 manually edit the [[ikiwiki/PageSpec]].