# 자동 메일 템플릿 리스트

{% hint style="info" %}
템플릿을 만들어 이벤트 별 이메일이 자동으로 전송되게 할 수 있습니다.
{% endhint %}

### **자동 메일 템플릿 리스트**

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

<table><thead><tr><th width="79">순번</th><th width="135">필드 명</th><th>설명</th></tr></thead><tbody><tr><td>1</td><td>검색 창</td><td>자동 메일 템플릿을 검색 할 수 있습니다.</td></tr><tr><td>2</td><td>기간 설정</td><td>자동 메일 템플릿을 만들었던 날짜로 조회가 가능합니다.</td></tr><tr><td>3</td><td>등록하기</td><td>자동 메일 템플릿을 등록하실 수 있습니다.<br>(자세한 사항은 하단 ‘<strong>자동 메일 템플릿 등록 방법</strong>’을 확인해주세요.</td></tr><tr><td>4</td><td>선택삭제</td><td>자동 메일 템플릿을 체크 후 '<strong>선택삭제</strong>' 버튼을 누르시면 삭제 됩니다.</td></tr><tr><td>5</td><td>템플릿 리스트</td><td>등록된 템플릿을 확인 하실 수 있습니다.</td></tr></tbody></table>

### **자동 메일 템플릿 등록 방법**

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

<table><thead><tr><th width="78">순번</th><th width="149">필드 명</th><th>설명</th></tr></thead><tbody><tr><td>1</td><td>결제 완료</td><td>결제 완료 시 자동 메일이 전송되는 템플릿을 만들 수 있습니다.</td></tr><tr><td>2</td><td>입금 요청</td><td>가상계좌 결제 시 입금요청 자동 메일이 전송되는 템플릿을 만들 수 있습니다.</td></tr><tr><td>3</td><td>환불 완료</td><td>환불 시 자동 메일이 전송되는 템플릿을 만들 수 있습니다.</td></tr><tr><td>4</td><td>회원 가입</td><td>회원 가입 시 자동 메일이 전송되는 템플릿을 만들 수 있습니다.</td></tr><tr><td>5</td><td>회원 탈퇴</td><td>회원 탈퇴 시 자동 메일이 전송되는 템플릿을 만들 수 있습니다.</td></tr><tr><td>6</td><td>비밀번호 초기화</td><td>비밀번호 초기화 시 자동 메일이 전송되는 템플릿을 만들 수 있습니다.</td></tr></tbody></table>

{% hint style="info" %}
6가지의 선택지 중 한가지를 선택해주세요.
{% endhint %}

<figure><img src="/files/4hh986HOQhIBidn6A0Fu" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="80">순번</th><th width="120">필드 명</th><th>설명</th></tr></thead><tbody><tr><td>1</td><td>템플릿 순번</td><td>현재 등록중인 템플릿 번호 입니다.</td></tr><tr><td>2</td><td>템플릿 명</td><td><p>템플릿 이름을 설정하시면 됩니다.</p><p>(ex. 회원가입 템플릿, 회원탈퇴 템플릿 등)</p></td></tr><tr><td>3</td><td>중복 할인</td><td>템플릿 명의 중복확인을 확인해주세요.</td></tr><tr><td>4</td><td>이미지 추가</td><td>자동으로 전송될 메일의 내용 중 이미지를 추가 할 수 있습니다.</td></tr><tr><td>5</td><td>상세 내용</td><td>자동으로 전송될 메일의 내용을 입력해주시면 됩니다.</td></tr></tbody></table>

{% hint style="info" %}
상세 내용 안에는 텍스트 또는 CSS도 추가 할 수 있습니다.
{% endhint %}

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

<table><thead><tr><th width="80">순번</th><th width="106">필드 명</th><th>설명</th></tr></thead><tbody><tr><td>1</td><td>사용함</td><td>자동 메일 템플릿을 활성화합니다.</td></tr><tr><td>2</td><td>사용 안함</td><td>자동 메일 템플릿을 비활성화 합니다.</td></tr></tbody></table>

{% hint style="info" %}
모든 설정을 마친 후에는 '**저장하기**' 버튼을 눌러주세요.
{% endhint %}


---

# 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.ledu.kr/notification/template.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.
