From 0471c01103e163fb3fbfa114200928e6ffaa2693 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 7 Mar 2023 17:46:55 +0100 Subject: Implement Git Send Email This commit enables the Send Email functionality of Git in order to easily post patches to mailing lists. A Git configuration file constructor is prepared in order to compose its content from multiple Org blocks. The needed packages are declared in a service, and the initial sendemail configuration is defined. As a result, it is now possible to post patches directly from Git. --- data/git-config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') diff --git a/data/git-config b/data/git-config index fa4d5ba..e2d58a5 100644 --- a/data/git-config +++ b/data/git-config @@ -1,3 +1,9 @@ +[sendemail] +smtpencryption = tls +smtpserver = localhost +smtpserverport = 1025 +smtpsslcertpath = "" +smtpuser = marekpasnikowski@protonmail.com [user] name = "Marek Paśnikowski" email = "marekpasnikowski@protonmail.com" -- cgit v1.2.3