From 3d23c8b8214dfd5b0a09f4a38866fb7e3397dff0 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Mon, 28 Mar 2022 09:16:07 +0100 Subject: [PATCH] improved detail on SMTP [skip ci] --- 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 893259663..7ae25c347 100644 --- a/docs/reference/environment-variables.md +++ b/docs/reference/environment-variables.md @@ -94,7 +94,7 @@ Enabling overwrites for credentials allows you to set default values for credent | `N8N_SMTP_PORT` | number | _your_SMTP_server_port_ Default is `465`. | Optional | | `N8N_SMTP_USER` | string | _your_SMTP_username_ | Required | | `N8N_SMTP_PASS` | string | _your_SMTP_password_ | Required | -| `N8N_SMTP_SENDER` | string | _your_SMTP_sender_name_ | Required | +| `N8N_SMTP_SENDER` | string | You can select the sender name from the sender addresses. Example: `N8N _contact@n8n.com_'| Required | | `N8N_SMTP_SSL` | boolean | Whether to use SSL for SMTP (true) or not (false). Defaults to `true`. | Optional | | `N8N_UM_EMAIL_TEMPLATES_INVITE` | string | Full path to your HTML email template. This overrides the default template for invite emails. | Optional | | `N8N_UM_EMAIL_TEMPLATES_PWRESET` | string | Full path to your HTML email template. This overrides the default template for password reset emails. | Optional |