> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/paid-newsletter/getting-started/send.md).

# 유료 뉴스레터 발송하기

💬 이 내용은 **스탠다드, 프로, 엔터프라이즈** 요금제에 해당하는 도움말입니다.

## 이 글에서는

유료 주소록 안에 '무료 구독' 유형인 구독자가 존재할 수 있습니다. 무료 구독 상태인 구독자에게도 이메일을 보내서 유료 뉴스레터를 홍보할 수 있습니다. 유료 구독자와 무료 구독자를 분리해서 이메일을 발송하는 방법에 관해 알아봅니다.

***

1. 유료 구독자에게 발송할 이메일을 새로 만듭니다.
2. \[주소록]을 선택하는 단계에서 '유료 구독'을 선택합니다.
3. 유료 구독자에게만 이메일이 발송됩니다.

<figure><img src="/files/RfHaPNSavVgOG3xGBKLe" alt=""><figcaption></figcaption></figure>

이 과정을 응용해서, '유료 구독'과 '무료 구독'을 모두 선택하면 구독 유형 상관 없이 모두에게 이메일을 보낼 수도 있습니다.

<figure><img src="/files/hbUq2IuG2l2yjB419RlS" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.stibee.com/paid-newsletter/getting-started/send.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
