Add missing var

This commit is contained in:
Rijk van Zanten
2024-03-07 17:29:11 -05:00
parent 3072a1aa57
commit 839fdb10bd

View File

@@ -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: