# グループに一括でメールアドレスを追加すると、「ユーザーに通知」のチェックを外しても招待メールが送信される（最新ブランチ）

**URL:** https://meta.discourse.org/t/bulk-adding-email-addresses-to-group-sends-invitation-emails-even-when-notify-users-is-unchecked-latest-branch/397334
**Category:** Bug
**Tags:** groups, notifications, email, invites
**Created:** [2026 年 2 月 28 日午前 8:41 UTC](https://meta.discourse.org/t/bulk-adding-email-addresses-to-group-sends-invitation-emails-even-when-notify-users-is-unchecked-latest-branch/397334 "2026-02-28T08:41:41Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [2026 年 4 月 1 日午後 2:06 UTC](https://meta.discourse.org/t/bulk-adding-email-addresses-to-group-sends-invitation-emails-even-when-notify-users-is-unchecked-latest-branch/397334/2 "2026-04-01T14:06:47Z")

</div>

@Ethsim2 さんのご報告ありがとうございます 👍 以下のプルリクエストで修正されます。

> <https://github.com/discourse/discourse/pull/39042>
>
> When bulk-adding email addresses to a group via the admin UI, invitation emails …were always sent regardless of the "Notify users" checkbox state.
> 
> The backend parsed \`notify\_users\` and used it to control system messages for existing users, but the invite path for unknown emails only checked a separate \`skip\_email\` param that the frontend never sent (#29962 added \`skip\_email\` as an API-only escape hatch).
> 
> Additionally, the frontend disabled the "Notify users" checkbox and forced it to \`false\` when only emails were entered, meaning admins had no way to control invite email delivery through the UI.
> 
> Backend: derive \`skip\_email\` from both the API \`skip\_email\` param (for backward compat) and the \`notify\_users\` param so the checkbox now controls invite emails too.
> 
> Frontend: remove the disabled state on the "Notify users" checkbox when emails are entered, and default it to checked so the existing behavior of sending invite emails is preserved. Keep "Set as owner" reset when emails are present since non-existing users can't be owners.
> 
> https://meta.discourse.org/t/397334

---

_[View the full topic](https://meta.discourse.org/t/bulk-adding-email-addresses-to-group-sends-invitation-emails-even-when-notify-users-is-unchecked-latest-branch/397334)._
