From 5aaaa6ad9691f7baa5cc0303f3d569b75bf8ea62 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 14 Feb 2022 17:27:27 +0000 Subject: [PATCH] Add sample config for SMTP server settings --- config/email.sample.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/email.sample.json diff --git a/config/email.sample.json b/config/email.sample.json new file mode 100644 index 0000000..230a78a --- /dev/null +++ b/config/email.sample.json @@ -0,0 +1,5 @@ +{ + "host": "examplesmtphost.com", + "user": "user@domain.com", + "password": "supersecurepassword" +}