Vaultwarden SMTP fix

This commit is contained in:
Vili Sinervä 2025-01-15 03:55:09 +02:00
parent 12559911d9
commit 7c01db9d5a
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -27,7 +27,7 @@
SIGNUPS_VERIFY_RESEND_LIMIT = 5;
SMTP_HOST = "smtp.gmail.com";
SMTP_FROM_NAME = "Vaultwarden";
SMTP_SECURITY = "force_tls";
SMTP_SECURITY = "starttls";
SMTP_PORT = 587;
SMTP_AUTH_MECHANISM = "Login";
};