diff --git a/conf/vaultwarden.env b/conf/vaultwarden.env index e417abe..c1bba28 100644 --- a/conf/vaultwarden.env +++ b/conf/vaultwarden.env @@ -345,8 +345,10 @@ ROCKET_WORKERS=1 SMTP_HOST=127.0.0.1 SMTP_FROM=vaultwarden-rs@__DOMAIN__ SMTP_FROM_NAME=Vaultwarden -SMTP_SECURITY=off # ("starttls", "force_tls", "off") Enable a secure connection. Default is "starttls" (Explicit - ports 587 or 25), "force_tls" (Implicit - port 465) or "off", no encryption (port 25) -SMTP_PORT=25 # Ports 587 (submission) and 25 (smtp) are standard without encryption and with encryption via STARTTLS (Explicit TLS). Port 465 is outdated and used with Implicit TLS. +# ("starttls", "force_tls", "off") Enable a secure connection. Default is "starttls" (Explicit - ports 587 or 25), "force_tls" (Implicit - port 465) or "off", no encryption (port 25) +SMTP_SECURITY=off +# Ports 587 (submission) and 25 (smtp) are standard without encryption and with encryption via STARTTLS (Explicit TLS). Port 465 is outdated and used with Implicit TLS. +SMTP_PORT=25 # SMTP_USERNAME=username # SMTP_PASSWORD=password # SMTP_TIMEOUT=15