mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +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:
parent
c0dd07f9e7
commit
b7b8aa9a08
20 changed files with 1168 additions and 61 deletions
|
@ -15,6 +15,16 @@ services:
|
|||
- ALLOW_SIGNUP=true
|
||||
- API_URL=http://mealie-api:80
|
||||
|
||||
# =====================================
|
||||
# Email Configuration
|
||||
# - SMTP_HOST=
|
||||
# - SMTP_PORT=587
|
||||
# - SMTP_FROM_NAME=Mealie
|
||||
# - SMTP_TLS=true
|
||||
# - SMTP_FROM_EMAIL=
|
||||
# - SMTP_USER=
|
||||
# - SMTP_PASSWORD=
|
||||
|
||||
# =====================================
|
||||
# Light Mode Config
|
||||
- THEME_LIGHT_PRIMARY=#E58325
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue