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: