2019-01-29 17:17:24 +00:00
|
|
|
[sendemail "hm-account"]
|
2020-04-30 22:11:14 +00:00
|
|
|
from = "hm@example.org"
|
|
|
|
smtpEncryption = "tls"
|
|
|
|
smtpServer = "smtp.example.org"
|
2021-03-04 02:24:19 +00:00
|
|
|
smtpSslCertPath = "/etc/test/certificates.crt"
|
2020-04-30 22:11:14 +00:00
|
|
|
smtpUser = "home.manager.jr"
|
2019-01-29 17:17:24 +00:00
|
|
|
|
|
|
|
[sendemail "hm@example.com"]
|
2020-04-30 22:11:14 +00:00
|
|
|
from = "hm@example.com"
|
2020-07-20 12:54:18 +00:00
|
|
|
smtpEncryption = "ssl"
|
2020-04-30 22:11:14 +00:00
|
|
|
smtpServer = "smtp.example.com"
|
2021-03-04 02:24:19 +00:00
|
|
|
smtpSslCertPath = "/etc/ssl/certs/ca-certificates.crt"
|
2020-04-30 22:11:14 +00:00
|
|
|
smtpUser = "home.manager"
|
2019-01-29 17:17:24 +00:00
|
|
|
|
|
|
|
[user]
|
2020-04-30 22:11:14 +00:00
|
|
|
email = "hm@example.com"
|
|
|
|
name = "H. M. Test"
|