aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/emailauth.pm
diff options
context:
space:
mode:
Diffstat (limited to 'doc/plugins/emailauth.pm')
-rw-r--r--doc/plugins/emailauth.pm3
1 files changed, 3 insertions, 0 deletions
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.