2021-02-28 15:06:11 +00:00
|
|
|
[sendemail "hm-account"]
|
2024-05-06 06:17:53 +00:00
|
|
|
from = "H. M. Test Jr. <hm@example.org>"
|
2021-02-28 15:06:11 +00:00
|
|
|
smtpEncryption = "tls"
|
|
|
|
smtpServer = "smtp.example.org"
|
2021-03-04 02:24:19 +00:00
|
|
|
smtpSslCertPath = "/etc/ssl/certs/ca-certificates.crt"
|
2021-02-28 15:06:11 +00:00
|
|
|
smtpUser = "home.manager.jr"
|
|
|
|
|
|
|
|
[sendemail "hm@example.com"]
|
2021-02-28 19:42:44 +00:00
|
|
|
envelopeSender = "auto"
|
2024-05-06 06:17:53 +00:00
|
|
|
from = "H. M. Test <hm@example.com>"
|
2021-02-28 15:06:11 +00:00
|
|
|
smtpServer = "@msmtp@/bin/msmtp"
|
|
|
|
|
|
|
|
[user]
|
|
|
|
email = "hm@example.com"
|
|
|
|
name = "H. M. Test"
|