> For the complete documentation index, see [llms.txt](https://ayakaleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayakaleaf-pro.ayaka.space/on-premises/ko/configuration/overleaf-toolkit/email-delivery.md).

# 이메일 전송

Overleaf는 두 가지 방법으로 이메일 전송을 지원합니다: 단순 메일 전송 프로토콜(SMTP)과 [Amazon Simple Email Service(SES)](https://aws.amazon.com/ses/). SMTP는 로컬 연결을 수신 대기하는 로컬호스트에 이메일 서버가 활성화되어 있는 경우 사용할 수 있습니다.

## 설정

이메일은 다음 환경 변수로 구성됩니다.

#### 보내는 사람 설정

| 이름                            | 설명                                                                                                                                    |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| `OVERLEAF_EMAIL_FROM_ADDRESS` | <p>보내는 사람 주소 예: <a href="mailto:support@mycompany.com"><code>'<support@mycompany.com>'</code></a><br><br>- <strong>필수</strong>: 예</p> |
| `OVERLEAF_EMAIL_REPLY_TO`     | 회신 주소 예: `'noreply@mycompany.com'`                                                                                                    |

#### SMTP

| 이름                                      | 설명                                                                                                                                                                  |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `OVERLEAF_EMAIL_SMTP_HOST`              | 연결할 호스트명 또는 IP 주소입니다. Docker 컨테이너에서 접근 가능해야 합니다.                                                                                                                    |
| `OVERLEAF_EMAIL_SMTP_PORT`              | 연결할 포트                                                                                                                                                              |
| `OVERLEAF_EMAIL_SMTP_SECURE`            | 만약 `true` 연결 시 TLS를 사용합니다. 만약 `false` 또는 설정되지 않은 경우, 서버가 `STARTTLS` 확장 기능을 지원하면 TLS가 사용됩니다. 대부분의 경우 포트 `true` 에 연결하는 경우 이 값을 `465`일 때 `587` 또는 `25` 로 유지하세요 `false` |
| `OVERLEAF_EMAIL_SMTP_USER`              | SMTP 서버에 대해 인증하는 데 사용해야 하는 사용자 이름                                                                                                                                   |
| `OVERLEAF_EMAIL_SMTP_PASS`              | SMTP 사용자 이름과 연결된 비밀번호                                                                                                                                               |
| `OVERLEAF_EMAIL_SMTP_TLS_REJECT_UNAUTH` | 만약 `false` 이렇게 하면 자체 서명되었거나 유효하지 않은 TLS 인증서를 사용하는 TLS 서버에 연결이 열립니다                                                                                                  |
| `OVERLEAF_EMAIL_SMTP_IGNORE_TLS`        | 만약 `true` 및 `OVERLEAF_EMAIL_SMTP_SECURE` 이 `false` 이면 서버가 `STARTTLS` 확장을 지원하더라도 TLS를 사용하지 않습니다                                                                      |
| `OVERLEAF_EMAIL_SMTP_NAME`              | 호스트명이 IP 주소로 설정된 경우 TLS 검증을 위한 선택적 호스트명이며, `OVERLEAF_EMAIL_SMTP_HOST` 기본값은 머신의 호스트명입니다.                                                                             |
| `OVERLEAF_EMAIL_SMTP_LOGGER`            | 만약 `true` 로깅 메시지를 `web.log`.                                                                                                                                        |

#### Amazon SES SMTP 인터페이스

Amazon SES SMTP 인터페이스를 사용하여 이메일을 보내는 방법에 대해 더 자세히 읽을 수 있습니다 [여기](https://docs.aws.amazon.com/ses/latest/dg/send-email-smtp.html).

| 이름                         | 설명                                               |
| -------------------------- | ------------------------------------------------ |
| `OVERLEAF_EMAIL_SMTP_HOST` | 연결할 호스트명 또는 IP 주소입니다. Docker 컨테이너에서 접근 가능해야 합니다. |
| `OVERLEAF_EMAIL_SMTP_PORT` | 연결할 포트                                           |
| `OVERLEAF_EMAIL_SMTP_USER` | SMTP 서버에 대해 인증하는 데 사용해야 하는 사용자 이름                |
| `OVERLEAF_EMAIL_SMTP_PASS` | SMTP 사용자 이름과 연결된 비밀번호                            |

#### Amazon SES API

Amazon SES API를 사용하여 이메일을 보내는 방법에 대해 더 자세히 읽을 수 있습니다 [여기](https://docs.aws.amazon.com/ses/latest/dg/send-email-api.html).

| 이름                                     | 설명                             |
| -------------------------------------- | ------------------------------ |
| `OVERLEAF_EMAIL_AWS_SES_ACCESS_KEY_ID` | AWS SES를 사용하는 경우 액세스 키         |
| `OVERLEAF_EMAIL_AWS_SES_SECRET_KEY`    | AWS SES를 사용하는 경우 비밀 키          |
| `OVERLEAF_EMAIL_AWS_SES_REGION`        | 설정되지 않은 경우 기본 리전은 US-EAST-1입니다 |

#### 인스턴스 역할이 있는 AWS SES

| 이름                      | 설명                                                                      |
| ----------------------- | ----------------------------------------------------------------------- |
| `OVERLEAF_EMAIL_DRIVER` | 이것이 `ses`로 설정되면 이메일 시스템은 SES API 방식을 사용하고, 구성된 인스턴스 역할에 의존하여 이메일을 보냅니다. |

#### 사용자 지정

| 이름                             | 설명                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `OVERLEAF_CUSTOM_EMAIL_FOOTER` | <p>모든 이메일에 추가되는 사용자 지정 HTML입니다. 예:<br><br><strong>예시</strong>: <code>"\<div>이 시스템은 부서 x에서 운영됩니다 \</div> \<div> 질문이 있으면 FAQ를 확인해 주세요 \<a href='</code><a href="https://docs.overleaf.com/on-premises/configuration/overleaf-toolkit/https:/somwhere.com&#x27;%3Ehere&#x26;#x3C;/a%3E&#x26;#x3C;/div%3E"><code>[https://somwhere.com'>여기\&#x26;#x3C;/a>\&#x26;#x3C;/div>](https://ayakaleaf-pro.ayaka.space/on-premises/ko/configuration/overleaf-toolkit/https:/somwhere.com'>여기\&#x26;#x3C;/a>\&#x26;#x3C;/div>)</code></a><code>"</code></p> |


---

# 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://ayakaleaf-pro.ayaka.space/on-premises/ko/configuration/overleaf-toolkit/email-delivery.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.
