mirror of
https://github.com/nix-community/home-manager
synced 2024-12-25 04:23:18 +00:00
f45c7000d5
The value should be "auto", not `true`. Also fix news entry.
14 lines
306 B
Text
14 lines
306 B
Text
[sendemail "hm-account"]
|
|
from = "hm@example.org"
|
|
smtpEncryption = "tls"
|
|
smtpServer = "smtp.example.org"
|
|
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"
|