> 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/nl/configuratie/overleaf-toolkit/email-delivery.md).

# E-mailbezorging

Overleaf ondersteunt het verzenden van e-mail via twee methoden: Simple Mail Transfer Protocol (SMTP) en [Amazon Simple Email Service (SES)](https://aws.amazon.com/ses/). SMTP kan worden gebruikt als je een e-mailserver hebt ingeschakeld op je localhost die luistert naar lokale verbindingen.

## Configuratie

E-mail wordt geconfigureerd met behulp van de volgende omgevingsvariabelen.

#### Verzendconfiguratie

| Naam                          | Beschrijving                                                                                                                                            |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `OVERLEAF_EMAIL_FROM_ADDRESS` | <p>Het afzenderadres, bijv. <a href="mailto:support@mycompany.com"><code>'<support@mycompany.com>'</code></a><br><br>- <strong>Vereist</strong>: ja</p> |
| `OVERLEAF_EMAIL_REPLY_TO`     | Het reply-to-adres, bijv. `'noreply@mycompany.com'`                                                                                                     |

#### SMTP

| Naam                                    | Beschrijving                                                                                                                                                                                                                                                                                                         |
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `OVERLEAF_EMAIL_SMTP_HOST`              | De hostnaam of het IP-adres waarmee verbinding moet worden gemaakt. Moet toegankelijk zijn vanuit de Docker-container                                                                                                                                                                                                |
| `OVERLEAF_EMAIL_SMTP_PORT`              | De poort waarmee verbinding moet worden gemaakt                                                                                                                                                                                                                                                                      |
| `OVERLEAF_EMAIL_SMTP_SECURE`            | Als `true` de verbinding TLS gebruikt bij het verbinden met de server. Als `false` of niet ingesteld, dan wordt TLS gebruikt als de server de `STARTTLS` extensie ondersteunt. Zet deze waarde in de meeste gevallen op `true` als je verbinding maakt met poort `465`. Voor poort `587` of `25` laat het op `false` |
| `OVERLEAF_EMAIL_SMTP_USER`              | De gebruikersnaam die moet worden gebruikt om te authenticeren bij de SMTP-server                                                                                                                                                                                                                                    |
| `OVERLEAF_EMAIL_SMTP_PASS`              | Het wachtwoord dat hoort bij de SMTP-gebruikersnaam                                                                                                                                                                                                                                                                  |
| `OVERLEAF_EMAIL_SMTP_TLS_REJECT_UNAUTH` | Als `false` dit zou een verbinding openen met de TLS-server met een zelfondertekend of ongeldig TLS-certificaat                                                                                                                                                                                                      |
| `OVERLEAF_EMAIL_SMTP_IGNORE_TLS`        | Wanneer `true` en `OVERLEAF_EMAIL_SMTP_SECURE` is `false` dan wordt TLS niet gebruikt, zelfs als de server `STARTTLS` extensie ondersteunt                                                                                                                                                                           |
| `OVERLEAF_EMAIL_SMTP_NAME`              | Optionele hostnaam voor TLS-validatie als `OVERLEAF_EMAIL_SMTP_HOST` is ingesteld op een IP-adres, standaard de hostnaam van de machine.                                                                                                                                                                             |
| `OVERLEAF_EMAIL_SMTP_LOGGER`            | Wanneer `true` schrijft logberichten naar `web.log`.                                                                                                                                                                                                                                                                 |

#### Amazon SES SMTP-interface

Je kunt meer lezen over het gebruik van de Amazon SES SMTP-interface om e-mail te verzenden [hier](https://docs.aws.amazon.com/ses/latest/dg/send-email-smtp.html).

| Naam                       | Beschrijving                                                                                                          |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| `OVERLEAF_EMAIL_SMTP_HOST` | De hostnaam of het IP-adres waarmee verbinding moet worden gemaakt. Moet toegankelijk zijn vanuit de Docker-container |
| `OVERLEAF_EMAIL_SMTP_PORT` | De poort waarmee verbinding moet worden gemaakt                                                                       |
| `OVERLEAF_EMAIL_SMTP_USER` | De gebruikersnaam die moet worden gebruikt om te authenticeren bij de SMTP-server                                     |
| `OVERLEAF_EMAIL_SMTP_PASS` | Het wachtwoord dat hoort bij de SMTP-gebruikersnaam                                                                   |

#### Amazon SES API

Je kunt meer lezen over het gebruik van de Amazon SES API om e-mail te verzenden [hier](https://docs.aws.amazon.com/ses/latest/dg/send-email-api.html).

| Naam                                   | Beschrijving                                              |
| -------------------------------------- | --------------------------------------------------------- |
| `OVERLEAF_EMAIL_AWS_SES_ACCESS_KEY_ID` | Als je AWS SES gebruikt, de access key                    |
| `OVERLEAF_EMAIL_AWS_SES_SECRET_KEY`    | Als je AWS SES gebruikt, de geheime sleutel               |
| `OVERLEAF_EMAIL_AWS_SES_REGION`        | Als dit niet is ingesteld, is de standaardregio US-EAST-1 |

#### AWS SES met instance-rollen

| Naam                    | Beschrijving                                                                                                                                                      |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `OVERLEAF_EMAIL_DRIVER` | Wanneer dit is ingesteld op `ses`, zal het e-mailsysteem de SES-API-methode gebruiken en vertrouwen op de geconfigureerde instance-rollen om e-mail te verzenden. |

#### Aanpassing

| Naam                           | Beschrijving                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `OVERLEAF_CUSTOM_EMAIL_FOOTER` | <p>Aangepaste HTML die aan alle e-mails wordt toegevoegd. bijv.<br><br><strong>Voorbeeld</strong>: <code>"\<div>Dit systeem wordt beheerd door afdeling x \</div> \<div> Als je vragen hebt, kijk dan in onze 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'>hier\&#x26;#x3C;/a>\&#x26;#x3C;/div>](https://overleaf-pro.ayaka.space/on-premises/nl/configuratie/overleaf-toolkit/https:/somwhere.com'>hier\&#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/nl/configuratie/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.
