Skip to content

sendemail support in gitconfig #160

@rcdailey

Description

@rcdailey

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions