mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-19 23:03:01 +00:00
In manpage of git-send-email --smtp-server, For backward compatibility, this option can also specify full pathname of a sendmail-like program instead; the program must support the -i option. This method does not support passing arguments or using plain command names. For those use cases, consider using --sendmail-cmd instead.
21 lines
462 B
Text
21 lines
462 B
Text
[gpg]
|
|
format = "openpgp"
|
|
|
|
[gpg "openpgp"]
|
|
program = "path-to-gpg"
|
|
|
|
[sendemail "hm-account"]
|
|
from = "H. M. Test Jr. <hm@example.org>"
|
|
smtpEncryption = "tls"
|
|
smtpServer = "smtp.example.org"
|
|
smtpSslCertPath = "/etc/ssl/certs/ca-certificates.crt"
|
|
smtpUser = "home.manager.jr"
|
|
|
|
[sendemail "hm@example.com"]
|
|
envelopeSender = "auto"
|
|
from = "H. M. Test <hm@example.com>"
|
|
sendmailCmd = "@msmtp@/bin/msmtp"
|
|
|
|
[user]
|
|
email = "hm@example.com"
|
|
name = "H. M. Test"
|