mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add missing var
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user