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