Merge branch 'jh/msvc'
[gitweb.git] / Documentation / git-send-email.txt
index a861934c69213a790fd96cf065043d5394a0332b..d93e5d0f58f0602e0cd0da7bfd6ce11f49b110d6 100644 (file)
@@ -508,8 +508,12 @@ app-specific or your regular password as appropriate.  If you have credential
 helper configured (see linkgit:git-credential[1]), the password will be saved in
 the credential store so you won't have to type it the next time.
 
-Note: the following perl modules are required
-      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:
+MIME::Base64, MIME::QuotedPrint, Net::Domain and Net::SMTP.
+These additional Perl modules are also required:
+Authen::SASL and Mail::Address.
+
 
 SEE ALSO
 --------