Original PR: https://github.com/dani-garcia/vaultwarden/pull/391 Author: @TheMardy Created: 2/10/2019 Status: ✅ Merged Merged: 2/10/2019 Merged by: @dani-garcia
Base: master ← Head: master
master
22b0b95
d086a99
79fdfd6
8 files changed (+713 additions, -20 deletions)
📝 src/config.rs (+9 -5) 📝 src/mail.rs (+19 -14) ➕ src/static/templates/email/invite_accepted.html.hbs (+138 -0) 📝 src/static/templates/email/invite_confirmed.hbs (+1 -1) ➕ src/static/templates/email/invite_confirmed.html.hbs (+134 -0) ➕ src/static/templates/email/pw_hint_none.html.hbs (+133 -0) ➕ src/static/templates/email/pw_hint_some.html.hbs (+139 -0) ➕ src/static/templates/email/send_org_invite.html.hbs (+140 -0)
src/config.rs
src/mail.rs
src/static/templates/email/invite_accepted.html.hbs
src/static/templates/email/invite_confirmed.hbs
src/static/templates/email/invite_confirmed.html.hbs
src/static/templates/email/pw_hint_none.html.hbs
src/static/templates/email/pw_hint_some.html.hbs
src/static/templates/email/send_org_invite.html.hbs
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/391
Author: @TheMardy
Created: 2/10/2019
Status: ✅ Merged
Merged: 2/10/2019
Merged by: @dani-garcia
Base:
master← Head:master📝 Commits (3)
22b0b95Added HTML templates (+14 squashed commit)d086a99Implemented HTML emails with text alternative79fdfd6Add missing url parameter📊 Changes
8 files changed (+713 additions, -20 deletions)
View changed files
📝
src/config.rs(+9 -5)📝
src/mail.rs(+19 -14)➕
src/static/templates/email/invite_accepted.html.hbs(+138 -0)📝
src/static/templates/email/invite_confirmed.hbs(+1 -1)➕
src/static/templates/email/invite_confirmed.html.hbs(+134 -0)➕
src/static/templates/email/pw_hint_none.html.hbs(+133 -0)➕
src/static/templates/email/pw_hint_some.html.hbs(+139 -0)➕
src/static/templates/email/send_org_invite.html.hbs(+140 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.