From 6aacccdd6727c266ecf7b1277fb79ff9f015bb7b Mon Sep 17 00:00:00 2001 From: Maarten Van Neyghem Date: Sun, 8 Nov 2020 15:34:41 +0100 Subject: [PATCH] Fix incorrect EMAIL_TRANSPORT value for sendmail --- docs/reference/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/environment-variables.md b/docs/reference/environment-variables.md index 868574fb7c..16a21eca0b 100644 --- a/docs/reference/environment-variables.md +++ b/docs/reference/environment-variables.md @@ -238,7 +238,7 @@ Email address from which emails are sent.
**Default: `no-reply@directus.io`** What to use to send emails. One of `sendmail`, `smtp`. Based on the transport used, you must also provide the following configurations.
**Default: `sendmail`** -* **Sendmail** (`sendgrid`) +* **Sendmail** (`sendmail`) * **`EMAIL_SENDMAIL_NEW_LINE`** — What new line style to use in sendmail. **Default: `unix`** * **`EMAIL_SENDMAIL_PATH`** — Path to your sendmail executable. **Default: `/usr/sbin/sendmail`** * **SMTP** (`smtp`)