feat: add SMTP_SECURE option to email config

This commit is contained in:
Henry
2025-06-19 22:51:49 +01:00
parent e7383ec670
commit 418146b6e4
6 changed files with 34 additions and 38 deletions

View File

@@ -28,6 +28,7 @@ services:
- SMTP_PORT=${SMTP_PORT}
- SMTP_USER=${SMTP_USER}
- SMTP_PASSWORD=${SMTP_PASSWORD}
- SMTP_SECURE=${SMTP_SECURE}
- EMAIL_FROM=${EMAIL_FROM}
# S3 storage