Feature/email support (#720)

* feat(frontend):  add UI for testing email configuration

* feat(backend):  add email service with common templates (WIP)

* test(backend):  add basic tests for email configuration

* set defaults

* add email variables

Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
Hayden
2021-10-03 18:38:45 -08:00
committed by GitHub
parent c0dd07f9e7
commit b7b8aa9a08
20 changed files with 1168 additions and 61 deletions

View File

@@ -36,6 +36,7 @@ apprise = "0.9.3"
recipe-scrapers = "^13.2.7"
psycopg2-binary = {version = "^2.9.1", optional = true}
gunicorn = "^20.1.0"
emails = "^0.6"
[tool.poetry.dev-dependencies]
pylint = "^2.6.0"