[PR #391] [MERGED] Updated Email Templates #35816

Closed
opened 2026-07-13 20:38:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (3)

  • 22b0b95 Added HTML templates (+14 squashed commit)
  • d086a99 Implemented HTML emails with text alternative
  • 79fdfd6 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/391 **Author:** [@TheMardy](https://github.com/TheMardy) **Created:** 2/10/2019 **Status:** ✅ Merged **Merged:** 2/10/2019 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`22b0b95`](https://github.com/dani-garcia/vaultwarden/commit/22b0b95209f0630974fe51fd5ed58d40bc424ae1) Added HTML templates (+14 squashed commit) - [`d086a99`](https://github.com/dani-garcia/vaultwarden/commit/d086a99e5bf6cb4f3c27f82904c5619f8325d53b) Implemented HTML emails with text alternative - [`79fdfd6`](https://github.com/dani-garcia/vaultwarden/commit/79fdfd6524e929efd8709f5a096afaa385ec3972) Add missing url parameter ### 📊 Changes **8 files changed** (+713 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-13 20:38:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#35816