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 ca02d36 + 9df8f73 commit 88542efCopy full SHA for 88542ef
Documentation/git-send-email.txt
@@ -508,8 +508,12 @@ app-specific or your regular password as appropriate. If you have credential
508
helper configured (see linkgit:git-credential[1]), the password will be saved in
509
the credential store so you won't have to type it the next time.
510
511
-Note: the following perl modules are required
512
- 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:
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
+
517
518
SEE ALSO
519
--------
0 commit comments