mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 08:32:45 -05:00
SMTP Templates not working #209
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 @FSaunier on GitHub (Jan 23, 2019).
With a compiled bitwarden_rs v2.8.0, I am using env variable
TEMPLATES_FOLDER=templatesand have put a customized version ofsend_org_invite.hbsinto/opt/bitwarden/templates. Both the folder and the file are owned by www-data. However, the default invitation email keeps getting sent. Syslog shows the following error:@FSaunier commented on GitHub (Jan 23, 2019):
Just found out that email templates need to be in
/opt/bitwarden/templates/email-- now it works.