Add example config

master
blallo 2022-08-25 21:47:24 +02:00
parent c735ec0ce3
commit 7470a3f7bb
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
smtp:
smtp_addr: mail.example.org
smtp_port: 587
smtp_user: "me@example.org"
smtp_pass: "password"
smtp_starttls: true
to:
- "someone@other.com"
- "me@example.org"