X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/a22be4eef0781548158fdb22bcbfe23ab6581ff6..79414caf54ca1f3c126526595eab2d86616c9821:/doc/plugins/notifyemail.mdwn diff --git a/doc/plugins/notifyemail.mdwn b/doc/plugins/notifyemail.mdwn index 88e88e106..302979e6e 100644 --- a/doc/plugins/notifyemail.mdwn +++ b/doc/plugins/notifyemail.mdwn @@ -1,14 +1,14 @@ This plugin allows uses to subscribe to pages, and emails them when -they pages are created or changed. +they are created or changed. It needs the [[!cpan Mail::SendMail]] perl module, and sends mail using the local MTA. Each user can configure which pages they are interested in, using an [[ikiwiki/PageSpec]] on their Preferences page. Any change to a page -matching the PagSspec will send an email that includes the new content of +matching the PageSpec will send an email that includes the new content of the page, and a link to the page on the web. To make it easy to subscribe to comment threads when posting a comment, -there is a check box that can be used to subscribe, without needing to -manually edit the [[ikiwiki/PageSpec]]. +or a page, there is a check box that can be used to subscribe, without +needing to manually edit the [[ikiwiki/PageSpec]].