[PR #1236] [CLOSED] feat: add email bcc option #2892

Closed
opened 2026-02-05 05:02:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1236
Author: @Rainshaw
Created: 11/23/2020
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 48925f8 feat: add email bcc option
  • f7e69b7 Merge branch 'master' into master

📊 Changes

2 files changed (+46 additions, -9 deletions)

View changed files

📝 src/config.rs (+10 -0)
📝 src/mail.rs (+36 -9)

📄 Description

As some mail service providers do not store mails sent by smtp into 'Sent' folder automatically, and some other providers such as Gmail do so. This option can make the mails bcc to the specific address, and is a compromise solution for those providers which can not store the smtp mails.


🔄 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/1236 **Author:** [@Rainshaw](https://github.com/Rainshaw) **Created:** 11/23/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`48925f8`](https://github.com/dani-garcia/vaultwarden/commit/48925f8d5a7d560833566e6f7c7d5ab5b2f03e5a) feat: add email bcc option - [`f7e69b7`](https://github.com/dani-garcia/vaultwarden/commit/f7e69b757927066273f74420408de3bac546f5d4) Merge branch 'master' into master ### 📊 Changes **2 files changed** (+46 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/config.rs` (+10 -0) 📝 `src/mail.rs` (+36 -9) </details> ### 📄 Description As some mail service providers do not store mails sent by smtp into 'Sent' folder automatically, and some other providers such as Gmail do so. This option can make the mails bcc to the specific address, and is a compromise solution for those providers which can not store the smtp mails. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:02:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2892