# 모든 사용자에게 알림 설정을 활성화하는 방법은?

**URL:** https://meta.discourse.org/t/how-to-make-the-notification-settings-enabled-to-all-the-users/287154
**Category:** Support
**Tags:** notifications
**Created:** [12월 1, 2023, 4:07오전 UTC](https://meta.discourse.org/t/how-to-make-the-notification-settings-enabled-to-all-the-users/287154 "2023-12-01T04:07:27Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Pandiyan](https://avatars.discourse-cdn.com/v4/letter/p/3ec8ea/32.png) [@Pandiyan](https://meta.discourse.org/u/Pandiyan)
#### Post date: [12월 1, 2023, 4:07오전 UTC](https://meta.discourse.org/t/how-to-make-the-notification-settings-enabled-to-all-the-users/287154/1 "2023-12-01T04:07:27Z")

</div>

안녕하세요,  
저는 discourse 사이트의 관리자입니다. 이제 '알림 및 이메일 설정’을 기본적으로 활성화하고 싶습니다.

시나리오 1: 특정 카테고리 아래 새 주제를 생성할 때, 생성된 주제의 세부 정보가 담긴 이메일을 보내어 모든 사용자에게 알림을 보내고 싶습니다.  
시나리오 2: 사용자를 모더레이터로 지정하고, 해당 모더레이터가 카테고리 아래 새 주제를 생성하면, 모든 사용자에게 이메일 알림을 보내고 싶습니다.  
시나리오 3: 특정 사람들과 모더레이터로 구성된 ‘XYZ’ 그룹을 생성했으며, 모더레이터가 카테고리 아래 주제를 생성하면 해당 그룹 멤버에게만 이메일 알림을 보내고 싶습니다.

이 모든 시나리오를 어떻게 구현할 수 있을까요? 도움을 주실 수 있는 분 계신가요?  
감사합니다!

---

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [12월 1, 2023, 5:45오전 UTC](https://meta.discourse.org/t/how-to-make-the-notification-settings-enabled-to-all-the-users/287154/2 "2023-12-01T05:45:58Z")

</div>

사이트를 방문하는 사용자를 위해 설정할 수 있는 다양한 제어 옵션이 있습니다. 이를 통해 사용자의 시청, 토픽 카테고리 또는 태그 추적을 관리할 수 있습니다.

커스텀 그룹에도 카테고리 및 태그에 대한 옵션이 있습니다.

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [12월 1, 2023, 6:29오전 UTC](https://meta.discourse.org/t/how-to-make-the-notification-settings-enabled-to-all-the-users/287154/3 "2023-12-01T06:29:24Z")

</div>

(하위) 카테고리를 만들어, 주제(토론)를 생성(및 답변)할 수 있는 사용자를 제한할 수 있습니다. 즉, 알림을 생성할 수 있어야 하는 사용자만 주제 생성을 허용하고, 알림을 수신할 수 있어야 하는 사용자만 “보기” 권한을 부여합니다.  
[Understanding groups and category permissions](https://meta.discourse.org/t/understanding-groups-and-category-permissions-security-settings/87678)  
그 다음, 해당 카테고리의 기본 알림 수준을 첫 게시글을 관찰(watching first post)로 변경합니다.  
[Configuring Default Notification Settings for Users](https://meta.discourse.org/t/configuring-default-notification-settings-for-users/285619)
