From 7470a3f7bb63189f275d4816b6598b24c99ad210 Mon Sep 17 00:00:00 2001 From: Blallo Date: Thu, 25 Aug 2022 21:47:24 +0200 Subject: [PATCH] Add example config --- contrib/config.example.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 contrib/config.example.yaml 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"