mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #940] "500 - Internal Server Error" when sending test mail #665
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#665
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @maeries on GitHub (Mar 31, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/940
Subject of the issue
I set up bitwarden_rs to use google mail to send out emails. When I send the test mail I get a popup saying:
Your environment
Steps to reproduce
(checking "Use explicit TLS" and using port 587 gives the same error)
Expected behaviour
Send a Mail to the given address
Actual behaviour
Popup shown up, giving a error message and no mail is received
Relevant logs
@BlackDex commented on GitHub (Mar 31, 2020):
It seems the dns resolving does not work.
Maybe something on the host, or within the docker container the resolving isn't working.
@BlackDex commented on GitHub (Mar 31, 2020):
Also, try the commands here: https://github.com/dani-garcia/bitwarden_rs/issues/688#issuecomment-551076546
@maeries commented on GitHub (Apr 1, 2020):
nevermind. For some reason I had the host set to smtp.google.com. Don't ask me how that happend. After setting it to smtp.gmail.com like I had in the screenshot, I get the LetreErr that I posted in #924. So you were right that DNS resolving was the problem