Skip to content

Commit

Permalink
Specifically mention git-send-email in setup
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
riking authored Jun 15, 2024
1 parent 54c7201 commit 8c5d141
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c5d141

Please sign in to comment.