# 관리자/모더레이터 권한을 부여할 때 관리자 확인 메일 외 다른 이메일을 방지하는 방법?

**URL:** https://meta.discourse.org/t/how-to-prevent-emails-other-than-admin-confirmation-when-granting-admin-moderator-access/404452
**Category:** Support
**Created:** [6월 3, 2026, 5:41오후 UTC](https://meta.discourse.org/t/how-to-prevent-emails-other-than-admin-confirmation-when-granting-admin-moderator-access/404452 "2026-06-03T17:41:51Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![nitinkg](https://avatars.discourse-cdn.com/v4/letter/n/eb8c5e/32.png) [@nitinkg](https://meta.discourse.org/u/nitinkg)
#### Post date: [6월 3, 2026, 5:41오후 UTC](https://meta.discourse.org/t/how-to-prevent-emails-other-than-admin-confirmation-when-granting-admin-moderator-access/404452/1 "2026-06-03T17:41:51Z")

</div>

저희는 Discourse를 히든 서비스로 사용하며, API를 통해 사용자를 관리하고 있습니다.

사용자에게 관리자(Admin) 또는 모더레이터(Moderator) 권한을 부여할 때, `admin_confirmation_message` 이메일만 생성되도록 하고 싶습니다. 현재는 승격된 사용자에게 다음과 같은 추가 이메일도 발송되고 있습니다:

- `user_private_message` (예: “축하합니다. 관리자/모더레이터 권한이 부여되었습니다”)
- `user_replied`

관리자 확인(admin confirmation) 동작은 유지하면서, 승격된 사용자에게 이러한 추가 이메일이 발송되지 않도록 막을 수 있는 설정이나 권장되는 접근 방식이 있는지 궁금합니다.

관련 설정:

- `disable_emails = non-staff`
- `default_email_level = 2` (never)
- `default_email_messages_level = 2` (never)

이메일 및 알림 관련 설정을 이미 검토하였으며, 이 설정은 `admin_confirmation_message` 이메일만 생성되는 다른 환경의 설정과 동일한 것으로 확인됩니다.

---

_[View the full topic](https://meta.discourse.org/t/how-to-prevent-emails-other-than-admin-confirmation-when-granting-admin-moderator-access/404452)._
