Hello @Jon,
I’m having the same issue as described.
I was able to send email on node “Send Email”. I used it to debug.
On that node I’m able to send the e-mail when i select the option: Ignore SSL Issues
Before I was getting the same issue on Send Email node and N8N SMTP configurations.
Do we have the same option as environment variables for SMTP setup, something like : “N8N_SMTP_IGNORESSLISSUES”?
For SMTP configurations I just have the host and port 25.
N8N_EMAIL_MODE=smtp
N8N_SMTP_HOST=smpt.ourhost.com
N8N_SMTP_PORT=25
N8N_SMTP_USER=
N8N_SMTP_PASS=
N8N_SMTP_SSL=false
N8N_SMTP_SENDER=our-noreply-email
It works on Send Email node with “Ignore SSL Issues” option but not on on the environment variables. I don’t see Ignore SSL issues variable on documentation. Do we have something similar here?
Any suggestion?
Issue on send email without “Ignore SSL Issues”
Issue when try to send an invite using SMTP configuration on N8N:

Thank you!
