From 839fdb10bdfbbaf97f0408397bc01938223b017a Mon Sep 17 00:00:00 2001 From: Rijk van Zanten Date: Thu, 7 Mar 2024 17:29:11 -0500 Subject: [PATCH] Add missing var --- docs/self-hosted/config-options.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/self-hosted/config-options.md b/docs/self-hosted/config-options.md index cf9d6f2a6e..f3d9a738b5 100644 --- a/docs/self-hosted/config-options.md +++ b/docs/self-hosted/config-options.md @@ -960,11 +960,12 @@ extensions from a storage location instead. Under the hood, they are synced into ## Email -| Variable | Description | Default Value | -| -------------------- | ------------------------------------------------------------------------------------ | ---------------------- | -| `EMAIL_VERIFY_SETUP` | Check if email setup is properly configured. | `true` | -| `EMAIL_FROM` | Email address from which emails are sent. | `no-reply@example.com` | -| `EMAIL_TRANSPORT` | What to use to send emails. One of `sendmail`, `smtp`, `mailgun`, `sendgrid`, `ses`. | `sendmail` | +| Variable | Description | Default Value | +| ---------------------- | ------------------------------------------------------------------------------------ | ---------------------- | +| `EMAIL_VERIFY_SETUP` | Check if email setup is properly configured. | `true` | +| `EMAIL_FROM` | Email address from which emails are sent. | `no-reply@example.com` | +| `EMAIL_TRANSPORT` | What to use to send emails. One of `sendmail`, `smtp`, `mailgun`, `sendgrid`, `ses`. | `sendmail` | +| `EMAIL_TEMPLATES_PATH` | Where custom templates are located | `./templates` | Based on the `EMAIL_TRANSPORT` used, you must also provide the following configurations: