1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 13:35:23 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 1168 additions and 61 deletions

View file

@ -24,8 +24,13 @@ POSTGRES_DB=mealie
TOKEN_TIME=24
# NOT USED
SFTP_USERNAME=None
SFTP_PASSWORD=None
# SMTP_HOST=""
# SMTP_PORT=""
# SMTP_FROM_NAME=""
# SMTP_TLS=""
# SMTP_FROM_EMAIL=""
# SMTP_USER=""
# SMTP_PASSWORD=""
# Default Recipe Settings
RECIPE_PUBLIC=False