feat: opportunistic tls flag for smtp (#4794)
This commit is contained in:
parent
4b91383efc
commit
a325a294bd
5 changed files with 24 additions and 10 deletions
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue