Sprinterfreak
8d64c39019
* Added configuration support * Drop identical notifications * Provide install routine for pip
13 lines
240 B
YAML
13 lines
240 B
YAML
---
|
|
smtp:
|
|
server: mailserver.dns
|
|
port: 25
|
|
ssl: False
|
|
auth_enable: False
|
|
username: ''
|
|
password: ''
|
|
email_to:
|
|
- example@invalid.tld
|
|
- admin@help.me
|
|
email_from: galera@localhost
|