mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #519] Email invitations not being send #328
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#328
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 @shd128 on GitHub (Jul 1, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/519
I'm having some problems when creating new users.
I've send the email invitation but it doesn't seem to work. The emails are never sent and I cant create the users in any other way.
Which logs should I check¿? Does the email server needs to be configured? Now its out of the box per say.
Thanks!
@XelNika commented on GitHub (Jul 2, 2019):
Did you do the SMTP configuration?
https://github.com/dani-garcia/bitwarden_rs/wiki/SMTP-configuration
If not, no emails will be sent:
https://github.com/dani-garcia/bitwarden_rs/wiki/Differences-from-the-upstream-API-implementation
@shd128 commented on GitHub (Jul 2, 2019):
Hi XelNika, thanks for your reply.
By any chance do you know where are the configuration files for the smtp server at?
Im not using docker, I have it installed on a vm.
Thanks again
@XelNika commented on GitHub (Jul 2, 2019):
SMTP settings go in the environment file. Are you running it as a systemd service? There's an example here. Use the template file here, SMTP is at the bottom. Put the environment file where the service is pointing and make sure the service has read permission.
@mprasil commented on GitHub (Jul 7, 2019):
@shd128, did that resolve your issue?
@mprasil commented on GitHub (Jul 9, 2019):
Resolving this, feel free to reopen if you still experience problems.
@shd128 commented on GitHub (Jul 10, 2019):
mprasil, yes! thank you!