Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-18 04:30:28 +01:00
Merge pull request #1017 from dprobinson/patch-1
Added missing ENV Variable for Implicit TLS
Dieser Commit ist enthalten in:
Commit
f1d3fb5d40
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -185,6 +185,7 @@
|
||||||
# SMTP_FROM_NAME=Bitwarden_RS
|
# SMTP_FROM_NAME=Bitwarden_RS
|
||||||
# SMTP_PORT=587
|
# SMTP_PORT=587
|
||||||
# SMTP_SSL=true
|
# SMTP_SSL=true
|
||||||
|
# SMTP_EXPLICIT_TLS=true # N.B. This variable configures Implicit TLS. It's currently mislabelled (see bug #851)
|
||||||
# SMTP_USERNAME=username
|
# SMTP_USERNAME=username
|
||||||
# SMTP_PASSWORD=password
|
# SMTP_PASSWORD=password
|
||||||
# SMTP_AUTH_MECHANISM="Plain"
|
# SMTP_AUTH_MECHANISM="Plain"
|
||||||
|
|
Laden …
In neuem Issue referenzieren