I want to setup SMTP to recover email. The strange thing is that when I input the email what is registered to user the error occur. If I ad random email there is no email, but of course also email not received.
docker-compose.yml:
smtp
- N8N_EMAIL_MODE=smtp
- N8N_SMTP_HOST=smtp.zoho.eu
- N8N_SMTP_PORT=465
- [email protected]
- N8N_SMTP_PASS=“^!%123!nv5”
- N8N_TRUST_PROXY=true
- [email protected]
- N8N_SMTP_SSL=true
- N8N_LOG_LEVEL=debug
docker log:
n8n-monhero | 2025-03-27T20:48:55.250Z | error | Invalid login: 535 Authentication Failed {“file”:“error-reporter.js”,“function”:“defaultReport”}
n8n-monhero | 2025-03-27T20:48:55.251Z | error | Failed to send email {“recipients":"[email protected]”,“error”:{“code”:“EAUTH”,“response”:“535 Authentication Failed”,“responseCode”:535,“command”:“AUTH PLAIN”},“file”:“node-mailer.js”,“function”:“sendMail”}
n8n-monhero | 2025-03-27T20:48:55.256Z | error | Please contact your administrator: Invalid login: 535 Authentication Failed
n8n-monhero | ResponseError: Please contact your administrator: Invalid login: 535 Authentication Failed
n8n-monhero | at PasswordResetController.forgotPassword (/usr/local/lib/node_modules/n8n/dist/controllers/password-reset.controller.js:89:23)
n8n-monhero | at processTicksAndRejections (node:internal/process/task_queues:95:5)
n8n-monhero | at handler (/usr/local/lib/node_modules/n8n/dist/decorators/controller.registry.js:93:24)
n8n-monhero | at /usr/local/lib/node_modules/n8n/dist/response-helper.js:110:26
n8n-monhero | {“file”:“error-reporter.js”,“function”:“defaultReport”}
n8n-monhero | 2025-03-27T20:48:55.257Z | error | Invalid login: 535 Authentication Failed {“file”:“error-reporter.js”,“function”:“defaultReport”}
n8n browser error:
Problem sending email
Please contact your administrator (problem with your SMTP setup)
n8n version:1.82.3
Selfhost by docker.
Thanks in advance the support.