Skip to content

Commit 4098130

Browse files
committed
Merge branch 'cm/send-email-document-req-modules' into maint
A doc update. * cm/send-email-document-req-modules: send-email: update documentation of required Perl modules
2 parents fe3ec21 + 9df8f73 commit 4098130

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Documentation/git-send-email.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,12 @@ app-specific or your regular password as appropriate. If you have credential
500500
helper configured (see linkgit:git-credential[1]), the password will be saved in
501501
the credential store so you won't have to type it the next time.
502502

503-
Note: the following perl modules are required
504-
Net::SMTP::SSL, MIME::Base64 and Authen::SASL
503+
Note: the following core Perl modules that may be installed with your
504+
distribution of Perl are required:
505+
MIME::Base64, MIME::QuotedPrint, Net::Domain and Net::SMTP.
506+
These additional Perl modules are also required:
507+
Authen::SASL and Mail::Address.
508+
505509

506510
SEE ALSO
507511
--------

0 commit comments

Comments
 (0)