We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe3ec21 + 9df8f73 commit 4098130Copy full SHA for 4098130
Documentation/git-send-email.txt
@@ -500,8 +500,12 @@ app-specific or your regular password as appropriate. If you have credential
500
helper configured (see linkgit:git-credential[1]), the password will be saved in
501
the credential store so you won't have to type it the next time.
502
503
-Note: the following perl modules are required
504
- Net::SMTP::SSL, MIME::Base64 and Authen::SASL
+Note: the following core Perl modules that may be installed with your
+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
+
509
510
SEE ALSO
511
--------
0 commit comments