forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Based on lots of trial and error, back in the msysgit days (last time I worried about it), one could not simply use the sendemail
config options in git to configure email SMTP servers for sending email. I had to setup a ~/msmtprc.txt
file with that information.
I share my global .gitconfig
across multiple platforms so it would be useful to store my email / smtp settings in the git config instead of a windows-specific text file. Is there better support for this in git SDK?
If not, it would be nice to see support implemented for this. Maybe just a simple layer that propagates settings from the git config sendemail
values to an auto-generated msmtprc.txt
file.