latecomers/contrib/config.example.yaml

12 lines
183 B
YAML
Raw Normal View History

2022-08-25 21:47:24 +02:00
---
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"