mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
Error sending SMTP test email SmtpError #1390
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 @rpelissi on GitHub.
Subject of the issue
Can't send emails even after configuring basic smtp settings
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Steps to reproduce
I have vaultwarden installed as a docker image into a k3s/rancher environment. I have setup smtp settings (very simple since I use internal smtp server to forward email to the outside) but everytime I try the test email, it fails with the error message:
Error sending SMTP test email SmtpErrorAnd in the docker logs, I see:
Expected behaviour
I should be able at least to see the connection attemps on my internal smtp postfix setup.
Actual behaviour
Error message when testing emails.
Troubleshooting data
@BlackDex commented on GitHub:
Well, you can only see an attempt if it was able to connect, which it isn't. So either the IP, or the port is incorrect, or there is a firewall which blocks something, or that container isn't allowed to to connect to that internal ip.