> For the complete documentation index, see [llms.txt](https://overleaf-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://overleaf-pro.ayaka.space/on-premises/ko/configuration/overleaf-toolkit/email-delivery.md).

# 이메일 전송

Overleaf는 이메일 전송을 두 가지 방법으로 지원합니다: Simple Mail Transfer Protocol(SMTP)와 [Amazon Simple Email Service(SES)](https://aws.amazon.com/ses/). SMTP는 로컬 연결을 수신 대기하는 localhost에서 이메일 서버를 활성화한 경우 사용할 수 있습니다.

## 구성

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

#### 발신자 구성

| 이름                            | 설명                                                                                                                                    |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| `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` 이거나 설정되지 않은 경우, 서버가 다음을 지원하면 TLS가 사용됩니다. `STARTTLS` 확장 기능. 대부분의 경우 이 값을 다음으로 설정하세요: `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` 서버가 다음을 지원하더라도 TLS는 사용되지 않습니다 `STARTTLS` 확장 기능                                                                                                |
| `OVERLEAF_EMAIL_SMTP_NAME`              | 다음의 경우 TLS 검증을 위한 선택적 호스트 이름 `OVERLEAF_EMAIL_SMTP_HOST` 가 IP 주소로 설정되었다면 기본값은 머신의 호스트 이름입니다.                                                                                                           |
| `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://overleaf-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://overleaf-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.
