# Email

## 아이템 블록

처리한 결과를 이메일을 통해 전송할 수 있습니다. 이메일 본문 내용 작성도 가능하고, 파일을 생성하여 첨부하는 것도 가능한 아이템 블록입니다.

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

## 설정 팝업

<figure><img src="/files/0gYRzwtEJvFNtk007sMp" alt=""><figcaption></figcaption></figure>

## 설정 필드

### 발신자 이름

이메일 발신자 주소는 <no-reply@bucketerm.com> 으로 고정이 됩니다. 그리고 발신자 이름은 사용자가 등록한 이름으로 발송 됩니다.

### 수신자 주소

이메일을 수신 할 주소 목록을 배열 형태로 제공받습니다.

### 참조 주소

이메일을 참조로 수신하게 될 주소 목록을 배열 형태로 제공받습니다.

### 제목

이메일 제목입니다.

### 본문 파라미터

이메일 본문 작성시에 **${parameterKey}** 패턴으로 값을 입력하면 파라미터로 제공되는 Map 의 Value 로 값을 대체하여 작성합니다.

### 본문 편집

본문은 HTML 문서로 작성할 수 있습니다. 본문 내용이 동적으로 변경되어야 된다면, 본문 파라미터를 이용하여 문서 작성을 하시면 됩니다.

### 첨부파일명

메일에 파일을 첨부하실 수 있습니다. 첨부파일명을 입력하시고, 첨부파일 타입을 선택하시면 됩니다.

### File contents

생성된 파일에 등록 할 데이터를 지정합니다. 지정 된 데이터가 텍스트 데이터이거나 Map 데이터인 경우에는 COLUMN과 ROW 로 이루어진 정형화된 데이터가 아닌 텍스트 형태로 파일에 쓰기가 됩니다. 그러나 \[\[col1, col2, col3],\[col1, col2, col3],\[col1, col2, col3]] 형태의 배열인 경우에는 정형화된 데이터로 등록이 됩니다.

파일의 타입이 txt 인 경우 컬럼을 <mark style="color:red;">탭</mark>으로 구분하여 저장하고, csv 인 경우에는 <mark style="color:orange;">","</mark> 로 구분하여 저장됩니다.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.apidrag.com/base-control/output-data/email.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
