Add example config

master
blallo 2020-04-29 10:15:57 +02:00
parent 697ce20234
commit 348a404288
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 16 additions and 0 deletions

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"