mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
[PR #1236] [CLOSED] feat: add email bcc option #2892
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?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/1236
Author: @Rainshaw
Created: 11/23/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
48925f8feat: add email bcc optionf7e69b7Merge 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.