Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP configuration is not seen by the application in kubernetes deployment #10696

Closed
abennani82 opened this issue Sep 5, 2024 · 4 comments
Closed
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@abennani82
Copy link

Bug Description

Hello,
I have a similar problem as #2988 but setting all environment var doesn't fix any think.
This is our context:

We deploy n8n to our kube cluster using chart helm https://github.com/a5r0n/n8n-chart.git

I add smtp vars as requested ( in n8n container):
/data # env | grep -i smtp
N8N_EMAIL_MODE=smtp
N8N_SMTP_SENDER=****
N8N_SMTP_HOST=****
N8N_SMTP_SSL=false
N8N_SMTP_PORT=25

Our SMTP server don't need any authentication ( user and pass var not set)

But we have warning for smtp not setup in users menu.
Can u help us please?

To Reproduce

Deploy n8n with https://github.com/a5r0n/n8n-chart.git and configure smtp as described below

Expected behavior

smtp configured and user can be invited

Operating System

Kubernetes

n8n Version

n8nio/n8n:0.203.0

Node.js Version

see n8n image version

Database

PostgreSQL

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Sep 5, 2024

Hey @abennani82,

We have created an internal ticket to look into this which we will be tracking as "GHC-207"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Sep 5, 2024
@netroy
Copy link
Member

netroy commented Sep 5, 2024

n8nio/n8n:0.203.0

have you tried upgrading? that's a really old version

@Joffcom
Copy link
Member

Joffcom commented Sep 9, 2024

Hey @abennani82,

I don't think we actually support anonymous / blank auth so it could be that you need to set a value for both username and password.

@Joffcom
Copy link
Member

Joffcom commented Oct 29, 2024

Moving to closed, If this is still an issue feel free to open it again providing more details.

@Joffcom Joffcom closed this as not planned Won't fix, can't repro, duplicate, stale Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

3 participants