How can i add users

im running n8n on railway.app and i want to add users but the invite feature does not work how can i add users. i set it up with Redis and Postgres

Hi, you would need to setup the correct environment variables for this.

N8N_EMAIL_MODE=smtp
N8N_SMTP_HOST=smtp.xyz.com
N8N_SMTP_PORT=465
[email protected]
N8N_SMTP_PASS=myAppPassword
[email protected]
N8N_SMTP_SSL=true

You need to figure out your settings from the email provider you are using as this is specific to you.

reg,
J.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.