Add example config

This commit is contained in:
Blallo 2020-04-29 10:15:57 +02:00
parent 697ce20234
commit 348a404288
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

16
examples/sendmail.toml Normal file
View file

@ -0,0 +1,16 @@
[default]
from = "my.default@example.com"
[default.server]
address = "mail.example.com"
port = 587
user = "my.default@example.com"
password = "correcthorsebatterystaple"
[other-account]
from = "my.other@mailprovider.org"
[ai.server]
address = "smtp.mailprovider.org"
port = 587
user = "my.correct.username@mailprovider.org"