X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/f1d77f81933b4e4c38780a1934ac6daaaf0a9b80..95e1e51caafbb3e4b179936b6d191ca87f47d4ae:/doc/plugins/emailauth.pm diff --git a/doc/plugins/emailauth.pm b/doc/plugins/emailauth.pm index 9ba26e40c..8cb060e93 100644 --- a/doc/plugins/emailauth.pm +++ b/doc/plugins/emailauth.pm @@ -12,3 +12,6 @@ Users who have logged in using emailauth will have their email address used as their username. In places where the username is displayed, like the RecentChanges page, the domain will be omitted, to avoid exposing the user's email address. + +This plugin needs the [[!cpan Mail::SendMail]] perl module installed, +and able to send outgoing email.