From 47e8993b77758ea64a99215a80b35b772b6a8f12 Mon Sep 17 00:00:00 2001 From: Omar2535 Date: Tue, 8 Sep 2020 15:02:04 -0700 Subject: [PATCH] adding email config template --- config/email_config.template.yml | 4 ++++ readme.md | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 config/email_config.template.yml diff --git a/config/email_config.template.yml b/config/email_config.template.yml new file mode 100644 index 0000000..4311961 --- /dev/null +++ b/config/email_config.template.yml @@ -0,0 +1,4 @@ +user: abcdefg@gmail.com +pass: "abcdefg" +receiver: "myemail@gmail.com" +subject: "Email notification" diff --git a/readme.md b/readme.md index 7030b10..0f75ee9 100644 --- a/readme.md +++ b/readme.md @@ -48,6 +48,10 @@ The start date to be searched through in `YYYY-MM-DD` format true / false value as a string indicating whether to send an email or not +## Setting up email_config.yml + +Move the email_config.template.yml to email_config.yml and fill in the required fields + ## Usage This program can be run in the background by simply running it with: