Patch #30820
Drop setting "Blind carbon copy recipients (bcc)"
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Email notifications | |||
Target version: | 5.0.0 |
Description
From #26791:
BCC recipients¶
Since each user gets their own mail, we can probably remove the setting to send mails with BCC completely. If plugins want to send mails to non-user recipients, we would have to make sure to either set the recipients manually on BCC or group them appropriately. It is not a required setting in Redmine core anymore though.
I agree, the setting doesn't make any sense now.
Related issues
History
#1
Updated by Marius BALTEANU almost 2 years ago
- Related to Feature #26791: Send individual notification mails per mail recipient added
#2
Updated by Marius BALTEANU almost 2 years ago
- Related to Defect #30787: Other recipients are not listed in To field even if Setting.bcc_recipients is false added
#3
Updated by Go MAEDA almost 2 years ago
- Assignee set to Jean-Philippe Lang
- Target version changed from Candidate for next major release to 4.0.2
+1
The setting has no effect since #26791 was implemented.
#4
Updated by Go MAEDA almost 2 years ago
Probably the patch also resolves #8516 because Redmine with the patch applied does not remove To field.
#5
Updated by Go MAEDA almost 2 years ago
- Related to Feature #8516: Email notifications without the recipient treated as attempted fraud by mail clients added
#6
Updated by Marius BALTEANU almost 2 years ago
#7
Updated by Marius BALTEANU almost 2 years ago
- File deleted (
0001-Remove-setting-Blind-carbon-copy-recipients-bcc.patch)
#8
Updated by Marius BALTEANU almost 2 years ago
Updated to remove bcc_recipients
from settings.yml as well.
#9
Updated by Go MAEDA almost 2 years ago
- Category set to Email notifications
- Target version changed from 4.0.2 to 4.1.0
Since this patch adds a migration, I am changing the target version from 4.0.2 to 4.1.0.
#10
Updated by Go MAEDA almost 2 years ago
- Blocks Patch #31035: Remove the workaround for #12090 added
#11
Updated by Jean-Philippe Lang over 1 year ago
- Target version changed from 4.1.0 to 5.0.0
Removing a setting may cause some plugins to error.
Setting it to a major release.