diff --git a/contrib/config.example.yaml b/contrib/config.example.yaml new file mode 100644 index 0000000..1cbd22e --- /dev/null +++ b/contrib/config.example.yaml @@ -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"