# Send Email

이메일을 발송하는 동작을 수행해요.

<div align="left"><figure><img src="/files/djNJsuDAsNdsdQtnv5aN" alt="" width="375"><figcaption></figcaption></figure></div>

**Subject :** 이메일의 제목을 입력해요.&#x20;

**Set variables to use in subject :** 이메일의 제목을 동적으로 보낼 때 사용할 수 있어요.&#x20;

동적으로 사용하고 싶은 메세지를 변수 설정에서 항목 ID에 작성해줘요. 작성한 항목 ID의 변수를 메세지 제목에 함께 사용하고 항목 값에 항목 ID에 사용할 동적 값을 작성해줘요.&#x20;

**Content :** 이메일의 내용을 입력해요.

**Set variables to use in contents :** 이메일의 내용을 동적으로 보낼 때 사용할 수 있어요.&#x20;

**Recipient email :** 받는 사람의 값을 입력해요.&#x20;

**Sender email :** 보내는 사람의 값을 입력해요. &#x20;

2024.01.09 Jinny

**Send an Email**

This function executes the task of sending an email.

2023.08.11 Song


---

# 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.ohmyapp.io/main/guide/develop_app/command-execute-function/create-logic/flow_option/send-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.
