mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 09:13:05 +03:00
Email invitations not being send #2087
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 @shd128 on GitHub.
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!
@mprasil commented on GitHub:
Resolving this, feel free to reopen if you still experience problems.
@shd128 commented on GitHub:
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:
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
@mprasil commented on GitHub:
@shd128, did that resolve your issue?
@XelNika commented on GitHub:
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.
@shd128 commented on GitHub:
mprasil, yes! thank you!