Improve SMTP settings

This commit is contained in:
2023-10-23 12:49:47 +01:00
parent 37aa0649b9
commit 40d95417e9
4 changed files with 13 additions and 6 deletions
+5 -4
View File
@@ -6,11 +6,12 @@ services:
secrets:
- smtp_password
environment:
- SMTP_HOST=${SMTP_HOST}
- SMTP_HOST
- SMTP_PORT=${SMTP_PORT:-25}
- SMTP_AUTH=${SMTP_AUTH}
- SMTP_TLS=${SMTP_TLS}
- MAIL_FROM=${MAIL_FROM}
- SMTP_AUTH
- SMTP_TLS
- MAIL_FROM
- SMTP_OVERRIDE_FROM
secrets:
smtp_password: