[PR #3571] [CLOSED] 2FA Confirmation Code Email subject line change to circumvent Google spam blocker #3167

Closed
opened 2025-11-07 08:04:49 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/3571
Author: @aureateflux
Created: 6/11/2023
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • d14baa3 Update twofactor_email.hbs subject line to avoid triggering gmail content filter
  • ce3c41d Update twofactor_email.html.hbs subject line to avoid triggering gmail content filter

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 src/static/templates/email/twofactor_email.hbs (+2 -2)
📝 src/static/templates/email/twofactor_email.html.hbs (+2 -2)

📄 Description

Changed subject lines in both the regular and HTML version of the 2FA confirmation email because previous subject line ("Your Two-step Login Verification Code") was being blocked by Google's servers.

The new subject line is "Vaultwarden Confirmation Code"

Please comment if a different subject line is preferable for any reason.

I've only tested this subject line with the emailer configured to use a Google SMTP server. If you have Vaultwarden configured to use another email service, please test this template using your email service.

(This is my first Pull Request, so if I've done anything wrong please (gently) let me know!)


🔄 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/3571 **Author:** [@aureateflux](https://github.com/aureateflux) **Created:** 6/11/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`d14baa3`](https://github.com/dani-garcia/vaultwarden/commit/d14baa3d48d940a1a9c8ae78209ab5cbdbf7ba66) Update twofactor_email.hbs subject line to avoid triggering gmail content filter - [`ce3c41d`](https://github.com/dani-garcia/vaultwarden/commit/ce3c41d4f930b1f63d79284e3e90326f9d5304d1) Update twofactor_email.html.hbs subject line to avoid triggering gmail content filter ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/static/templates/email/twofactor_email.hbs` (+2 -2) 📝 `src/static/templates/email/twofactor_email.html.hbs` (+2 -2) </details> ### 📄 Description Changed subject lines in both the regular and HTML version of the 2FA confirmation email because previous subject line ("Your Two-step Login Verification Code") was being blocked by Google's servers. The new subject line is "Vaultwarden Confirmation Code" Please comment if a different subject line is preferable for any reason. I've only tested this subject line with the emailer configured to use a Google SMTP server. If you have Vaultwarden configured to use another email service, please test this template using your email service. (This is my first Pull Request, so if I've done anything wrong please (gently) let me know!) --- <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 2025-11-07 08:04:49 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#3167