[mod] mealie email
This commit is contained in:
parent
7c0b1aa05c
commit
133929f38c
2 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,7 @@ services:
|
|||
PGID: 1000
|
||||
TZ: Europe/London
|
||||
BASE_URL: https://mealie.orlop.duckdns.org
|
||||
|
||||
|
||||
volumes:
|
||||
mealie-data:
|
7
mealie/test.env
Normal file
7
mealie/test.env
Normal file
|
@ -0,0 +1,7 @@
|
|||
SMTP_HOST:="smtp.gmail.com"
|
||||
SMTP_PORT="465"
|
||||
SMTP_FROM_NAME="recipes"
|
||||
SMTP_FROM_EMAIL="quodatum@gmail.com"
|
||||
SMTP_AUTH_STRATEGY="SSL"
|
||||
SMTP_USER="quodatum@gmail.com"
|
||||
SMTP_PASSWORD="YOUR_APP_PASSCODE"
|
Loading…
Add table
Reference in a new issue