1 Commits

Author SHA1 Message Date
490ebe9533 add smtp_debug env var 2025-12-01 15:40:52 -08:00
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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: