feat(server/emails): support require TLS configuration option EMAIL_REQUIRE_TLS (#5425)

This commit is contained in:
Iain Sproat
2025-09-12 12:06:25 +01:00
committed by GitHub
parent f6fb76562b
commit 18265b6278
7 changed files with 42 additions and 9 deletions
+2 -1
View File
@@ -94,7 +94,8 @@ services:
S3_REGION: '' # optional, defaults to 'us-east-1'
FILE_SIZE_LIMIT_MB: 1000
EMAIL_FROM: 'no-reply@example.org'
EMAIL_SECURE: 'false' # If connecting to maildev server, do not use TLS
EMAIL_SECURE: 'false' # Force the use of SSL. If connecting to maildev server, do not use SSL.
EMAIL_REQUIRE_TLS: 'false' # Force the use of TLS. If your email server supports STARTTLS, you probably want this enabled instead of EMAIL_SECURE. If connecting to maildev server, do not use TLS.
FRONTEND_ORIGIN: 'http://127.0.0.1'
ONBOARDING_STREAM_URL: 'https://latest.speckle.systems/projects/843d07eb10'