Skip to content

Commit

Permalink
Update docs/hosting/user-management-self-hosted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Deborah authored Jan 22, 2024
1 parent b71c83d commit 5ef6289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hosting/user-management-self-hosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To set up SMTP with n8n, configure the SMTP environment variables for your n8n i
| `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 |
| `N8N_UM_EMAIL_TEMPLATES_WORKFLOW_SHARED` | String | Overrides default HTML template for notifying that a workflow was shared (use full path). | Optional |
| `N8N_UM_EMAIL_TEMPLATES_WORKFLOW_SHARED` | String | Overrides the default HTML template for notifying users that a credential was shared. Provide the full path to the template. | Optional |
| `N8N_UM_EMAIL_TEMPLATES_CREDENTIALS_SHARED` | String | Overrides the default HTML template for notifying users that a credential was shared. Provide the full path to the template. | Optional |

If your n8n instance is already running, you need to restart it to enable the new SMTP settings.
Expand Down

0 comments on commit 5ef6289

Please sign in to comment.