YunoHost-Apps / n8n_ynh

n8n package for YunoHost
https://n8n.io/
GNU General Public License v3.0
14 stars 19 forks source link

SMTP integration #30

Closed xplosionmind closed 8 months ago

xplosionmind commented 2 years ago

Describe the bug

SMTP integration is not active

Context

Steps to reproduce

Expected behavior

SMTP service should be integrated.

ericgaspar commented 2 years ago

Did you try to adapt .env file to your SMTP settings?

nathanael-h commented 2 years ago

Maybe it is because the variable N8N_SMTP_PASS is empty. Is it true that SMTP server when reach locally on port 25 does not need auth? @ericgaspar So maybe this PR could help fixing this issue https://github.com/n8n-io/n8n/pull/3742

ericgaspar commented 2 years ago

Is it true that SMTP server when reach locally on port 25 does not need auth? @ericgaspar As far as I know, yes

nathanael-h commented 1 year ago

https://github.com/n8n-io/n8n/pull/3742#event-10095085520 SMTP authentication will optionnel as soon as this PR get released.

tituspijean commented 8 months ago

Successfully tested on v1.9.3 with the Send Email node set up as in the following screenshot and "Ignore SSL issues" in the options.

image