> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/command-execute-function/create-logic/flow_option/send-email.md).

# 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
