Skip to content

Commit

Permalink
adding email config template
Browse files Browse the repository at this point in the history
  • Loading branch information
omar2535 committed Sep 8, 2020
1 parent 5a650ae commit 47e8993
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/email_config.template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
user: [email protected]
pass: "abcdefg"
receiver: "[email protected]"
subject: "Email notification"
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 47e8993

Please sign in to comment.