72904c318c
GitOrigin-RevId: 9bf1f40af124573a54fd208b1f539eb694ef31a6
15 lines
331 B
Text
15 lines
331 B
Text
[sendemail "hm-account"]
|
|
from = "hm@example.org"
|
|
smtpEncryption = "tls"
|
|
smtpServer = "smtp.example.org"
|
|
smtpUser = "home.manager.jr"
|
|
|
|
[sendemail "hm@example.com"]
|
|
from = "hm@example.com"
|
|
smtpEncryption = "ssl"
|
|
smtpServer = "smtp.example.com"
|
|
smtpUser = "home.manager"
|
|
|
|
[user]
|
|
email = "hm@example.com"
|
|
name = "H. M. Test"
|