Skip to content

Commit 88542ef

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

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
@@ -508,8 +508,12 @@ app-specific or your regular password as appropriate. If you have credential
508508
helper configured (see linkgit:git-credential[1]), the password will be saved in
509509
the credential store so you won't have to type it the next time.
510510

511-
Note: the following perl modules are required
512-
Net::SMTP::SSL, MIME::Base64 and Authen::SASL
511+
Note: the following core Perl modules that may be installed with your
512+
distribution of Perl are required:
513+
MIME::Base64, MIME::QuotedPrint, Net::Domain and Net::SMTP.
514+
These additional Perl modules are also required:
515+
Authen::SASL and Mail::Address.
516+
513517

514518
SEE ALSO
515519
--------

0 commit comments

Comments
 (0)