Skip to content

Commit

Permalink
Update README with git-send-email example (gopasspw#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Gray <[email protected]>
  • Loading branch information
dngray committed Mar 24, 2024
1 parent 88d11d2 commit b6bc6c0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,22 @@ git-credential-gopass configure --local --store=ci-team

This puts the value in front of the Gopass search path.

#### Using with SMTP

If you want to use this with [`git-send-email`](https://git-scm.com/docs/git-send-email) you'll need to:

1. [Set Git Credential Helper](#set-git-credential-helper)
2. Put your password in `.../gopass/stores/root/git/example.com_465/username.gpg`
3. Include `[sendemail]` like:

```text
[sendemail]
smtpserver = example.com
smtpuser = username
smtpencryption = ssl
smtpserverport = 465
```

[Gopass]: https://github.com/gopasspw/gopass
[releases]: https://github.com/gopasspw/git-credential-gopass/releases
[git credentials]: https://git-scm.com/docs/gitcredentials

0 comments on commit b6bc6c0

Please sign in to comment.