feat: opportunistic tls flag for smtp (#4794)

This commit is contained in:
Charles Zhou
2024-05-30 05:56:46 -05:00
committed by GitHub
parent 4b91383efc
commit a325a294bd
5 changed files with 24 additions and 10 deletions

View File

@@ -127,10 +127,11 @@ RESEND_API_KEY=
RESEND_API_URL=https://api.resend.com
# smtp configuration
SMTP_SERVER=smtp.gmail.com
SMTP_PORT=587
SMTP_PORT=465
SMTP_USERNAME=123
SMTP_PASSWORD=abc
SMTP_USE_TLS=false
SMTP_USE_TLS=true
SMTP_OPPORTUNISTIC_TLS=false
# Sentry configuration
SENTRY_DSN=