add smtp_debug env var #13

Open
ammaratef45 wants to merge 1 commits from smtp_debug into main
2 changed files with 4 additions and 0 deletions

View File

@ -31,3 +31,6 @@ TX="Europe/Berlin"
#SMTP_HOST=mail.example.com
#SMTP_PORT=587
#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_PORT"
- "SMTP_SECURITY"
- "SMTP_DEBUG"
secrets:
smtp_password: