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