mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
39e4991856
If you have a custom SSL certificate configured for SMTP TLS, git should use it.
15 lines
362 B
Text
15 lines
362 B
Text
[sendemail "hm-account"]
|
|
from = "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 = "hm@example.com"
|
|
smtpServer = "@msmtp@/bin/msmtp"
|
|
|
|
[user]
|
|
email = "hm@example.com"
|
|
name = "H. M. Test"
|