Allows staff members to send individual PMs to many users at once (like email BCC)
Find a file
2026-03-26 13:27:31 +00:00
.github/workflows DEV: Add the d-compat branch workflow (#107) 2026-03-10 19:11:16 +00:00
app/jobs DEV: refactor bcc_post job for easier reading (#64) 2024-03-18 18:05:32 +01:00
assets/javascripts/discourse DEV: Update linting (#108) 2026-03-13 12:30:03 +00:00
config I18N: Update translations (#104) 2026-02-02 10:04:14 +01:00
lib DEV: Update rubocop-discourse to latest version 2024-05-15 18:09:27 +02:00
spec DEV: Update linting and add types (#103) 2026-01-28 11:48:15 +00:00
test/javascripts/integration/components DEV: Update linting (#93) 2025-03-17 10:55:26 +00:00
.discourse-compatibility DEV: Pin version for Discourse < 2026.2.0-latest (#105) 2026-02-11 16:41:16 +01:00
.gitignore DEV: Update linting and add types (#103) 2026-01-28 11:48:15 +00:00
.npmrc DEV: Switch to use pnpm (#75) 2024-10-14 13:38:20 +02:00
.prettierrc.cjs DEV: Update linting (#59) 2023-12-13 20:10:08 +01:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#44) 2022-12-29 13:30:27 +01:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#44) 2022-12-29 13:30:27 +01:00
.template-lintrc.cjs DEV: Update linting (#59) 2023-12-13 20:10:08 +01:00
eslint.config.mjs DEV: Update eslint config (#77) 2024-11-19 11:19:43 +01:00
Gemfile DEV: Introduce syntax_tree for ruby formatting (#44) 2022-12-29 13:30:27 +01:00
Gemfile.lock DEV: Update linting 2026-03-26 13:27:31 +00:00
LICENSE DEV: Update license (#89) 2025-02-24 11:34:32 +08:00
package.json DEV: Update linting 2026-03-26 13:27:31 +00:00
plugin.rb DEV: Update rubocop-discourse to latest version 2024-05-15 18:09:27 +02:00
pnpm-lock.yaml DEV: Update linting 2026-03-26 13:27:31 +00:00
README.md Support for groups. Each group is expanded. 2019-11-29 14:02:57 -05:00
stylelint.config.mjs DEV: Update linting (#92) 2025-03-13 13:44:03 +00:00
translator.yml DEV: Add Crowdin support (#19) 2021-09-28 14:31:44 +02:00
tsconfig.json DEV: Update linting and add types (#103) 2026-01-28 11:48:15 +00:00

discourse-bcc

This plugin adds a checkbox when composing a personal message that, when checked, will send the message to each recipient individually.

If you send a message to a group, each member of the group will be sent an individual message.

This is similar to using the BCC feature in email, where each recipient will receive their own copy of the email and will not be able to see replies from other users.

To use, enable the bcc enabled site setting.

The functionality is currently restricted to staff users.