mirror of
https://github.com/nix-community/home-manager
synced 2024-11-30 16:39:23 +00:00
15 lines
304 B
Text
15 lines
304 B
Text
|
[sendemail "hm-account"]
|
||
|
from = "hm@example.org"
|
||
|
smtpEncryption = "tls"
|
||
|
smtpServer = "smtp.example.org"
|
||
|
smtpUser = "home.manager.jr"
|
||
|
|
||
|
[sendemail "hm@example.com"]
|
||
|
envelopeSender = true
|
||
|
from = "hm@example.com"
|
||
|
smtpServer = "@msmtp@/bin/msmtp"
|
||
|
|
||
|
[user]
|
||
|
email = "hm@example.com"
|
||
|
name = "H. M. Test"
|