12 lines
183 B
YAML
12 lines
183 B
YAML
|
---
|
||
|
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"
|