Add example config
This commit is contained in:
parent
c735ec0ce3
commit
7470a3f7bb
11
contrib/config.example.yaml
Normal file
11
contrib/config.example.yaml
Normal 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"
|
Loading…
Reference in New Issue
Block a user