# 신뢰 레벨 0(만) 사용자에게 메시지 보내기

**URL:** https://meta.discourse.org/t/send-a-message-to-trust-level-0-only-users/351323
**Category:** Support
**Created:** [2월 9, 2025, 11:32오전 UTC](https://meta.discourse.org/t/send-a-message-to-trust-level-0-only-users/351323 "2025-02-09T11:32:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![icaria36](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/icaria36/32/426431_2.png) [@icaria36](https://meta.discourse.org/u/icaria36)
#### Post date: [2월 9, 2025, 11:32오전 UTC](https://meta.discourse.org/t/send-a-message-to-trust-level-0-only-users/351323/1 "2025-02-09T11:32:34Z")

</div>

안녕하세요! 등록한 모든 사용자에게 매우 특별한 메시지를 보내고 싶습니다. 하지만 사용자가 1,000명 이상이라 신뢰 수준(Trust Level) 0만 선택해 메시지를 보낼 수 없으며, 메시지 전송 한도에 도달하기 때문입니다. 그래서 일단 신뢰 수준 1인 모든 사용자에게 메시지를 보냈습니다. 아무것도 안 하는 것보다는 낫다고 생각했기 때문입니다.

그런데, 신뢰 수준 0인 사용자만 따로 분리해 그들에게도 메시지를 보내려면 어떻게 해야 할까요? 해당 사용자는 1,000명 미만입니다.

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [2월 9, 2025, 12:04오후 UTC](https://meta.discourse.org/t/send-a-message-to-trust-level-0-only-users/351323/2 "2025-02-09T12:04:41Z")

</div>

서버에 SSH 접근 권한이 있다면, 다음 링크가 도움이 될 것입니다:

> [@백그라운드에서 환영 메시지 전송 스크립트](https://meta.discourse.org/t/script-for-sending-welcome-message-in-background/348879?u=canapin):
>
> Hello, I’m interested in sending a welcome message to our large user base as a background process, so: Create the message Queue users Send message to each user, one at a time, one per second until the full list is done Also would like to organize the send by most recent login/visit Does anyone have any idea how to do this, or if someone can write a script to do this?

---

<div class="post-metadata">

### Author: ![icaria36](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/icaria36/32/426431_2.png) [@icaria36](https://meta.discourse.org/u/icaria36)
#### Post date: [2월 9, 2025, 9:03오후 UTC](https://meta.discourse.org/t/send-a-message-to-trust-level-0-only-users/351323/3 "2025-02-09T21:03:25Z")

</div>

네, 그 스크립트에 대해 알려주셔서 감사합니다.

시도하기 전에 한 가지 질문이 있습니다. 메시지를 보내고자 하는 사용자 목록은 TL0만 해당되며, 해당 목록은 _/admin/users/list/newuser_에서 확인할 수 있습니다. 이 목록에 메시지를 보내기 위해 목록을 그룹으로 변환하는 방법이나 다른 방법이 있을까요?
