SMTP -> smtp

This commit is contained in:
Deborah Barnard
2022-03-22 09:25:22 +00:00
parent 394a512c1d
commit 3735c5b72b
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ Enabling overwrites for credentials allows you to set default values for credent
| Variable | Type | Description |
| :------- | :--- | :---------- |
| `N8N_USER_MANAGEMENT_DISABLED` | Boolean | Defaults to user management enabled (false). Set to `true` to disable the [user management](user-management.md) feature. Note that n8n ignores this environment variable if you have already set up an owner account. |
| `N8N_EMAIL_MODE` | string | SMTP | Required |
| `N8N_EMAIL_MODE` | string | smtp | Required |
| `N8N_SMTP_HOST` | string | _your_SMTP_server_name_ | Required |
| `N8N_SMTP_PORT` | number | _your_SMTP_server_port_ Default is `465`. | Optional |
| `N8N_SMTP_USER` | string | _your_SMTP_username_ | Required |

View File

@@ -52,7 +52,7 @@ To set up SMTP with n8n, configure the SMTP environment variables for your n8n i
| Variable | Type | Description | Required? |
| -------- | ---- | ----------- | --------- |
| `N8N_EMAIL_MODE` | string | SMTP | Required |
| `N8N_EMAIL_MODE` | string | smtp | Required |
| `N8N_SMTP_HOST` | string | _your_SMTP_server_name_ | Required |
| `N8N_SMTP_PORT` | number | _your_SMTP_server_port_ Default is `465`.| Optional |
| `N8N_SMTP_USER` | string | _your_SMTP_username_ | Required |