From 8c5d14194fbe505465a03c1c0bc19af2f47e221e Mon Sep 17 00:00:00 2001 From: Kane York Date: Sat, 15 Jun 2024 09:51:48 -0700 Subject: [PATCH] Specifically mention git-send-email in setup Looking up the git config key isn't the most obvious thing, so this will make it easier for people to migrate off app-specific passwords. --- docs/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.md b/docs/index.md index 83fd82e..4074022 100644 --- a/docs/index.md +++ b/docs/index.md @@ -111,6 +111,9 @@ Lieer may be used as a simple stand-in for the `sendmail` MTA. A typical configu gmi send -t -C ~/.mail/account.gmail ``` +For example, you can enable git send-email with `git config sendemail.sendmailcmd "gmi send -t -C +$HOME/.mail/account.gmail"`. + Like the real sendmail program, the raw message is read from `stdin`. Most sendmail implementations allow passing additional recipients in additional