mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Error configuring SMTP: SMTP_SECURITY is invalid. It needs to be one of the following options: starttls, force_tls or off
#628
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mlopezcoria on GitHub.
Hello,
I'm getting this error message in the docker log:
But I read the documentation and the environment variables seem to be ok:
I tried changing
SMTP_PORT=25 SMTP_SECURITY=offand alsoSMTP_PORT=465 SMTP_SECURITY=force_tlsbut log keeps showing the same error.Am I doing anything wrong?
@mlopezcoria commented on GitHub:
I found the problem: I had to
docker compose down && docker compose up -d