From 3b69f8e3c6c1494da1ab85c65476efc90fa13dfb Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:24 +0100 Subject: feat(git): configure git send-email via ProtonMail Bridge Add a [sendemail] block targeting the local Bridge SMTP listener (127.0.0.1:1025, STARTTLS) and a credential helper scoped to that URL that fetches the password from pass (proton/bridge-smtp). The helper command is public; the secret stays in the password store. The bridge SMTP username (sensitive but not secret) goes in the per-identity private overlay (~/doxfiles), not here. Also pull in the Perl SMTP modules git send-email needs at runtime. --- meta/mail.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta') diff --git a/meta/mail.txt b/meta/mail.txt index 0ada68b..c32295d 100644 --- a/meta/mail.txt +++ b/meta/mail.txt @@ -1,2 +1,6 @@ protonmail-bridge-core thunderbird +# git send-email Perl prereqs (SMTP via local Bridge on 127.0.0.1:1025) +perl-authen-sasl +perl-mime-tools +perl-net-smtp-ssl -- cgit v1.3.1