Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 490ebe9533 |
@ -31,3 +31,6 @@ TX="Europe/Berlin"
|
|||||||
#SMTP_HOST=mail.example.com
|
#SMTP_HOST=mail.example.com
|
||||||
#SMTP_PORT=587
|
#SMTP_PORT=587
|
||||||
#SMTP_SECURITY=starttls
|
#SMTP_SECURITY=starttls
|
||||||
|
# If SMTP isn't working, enable this line to debug
|
||||||
|
# remember to disable it after debugging
|
||||||
|
#SMTP_DEBUG=true
|
||||||
|
|||||||
@ -13,6 +13,7 @@ services:
|
|||||||
- "SMTP_HOST"
|
- "SMTP_HOST"
|
||||||
- "SMTP_PORT"
|
- "SMTP_PORT"
|
||||||
- "SMTP_SECURITY"
|
- "SMTP_SECURITY"
|
||||||
|
- "SMTP_DEBUG"
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
smtp_password:
|
smtp_password:
|
||||||
|
|||||||
Reference in New Issue
Block a user