Describe the problem/error/question
On password recovery I fet an error-Message to log and no mail send:
2026-08-31T14:37:46.001168023Z Failed to send email
2026-08-31T14:37:46.005698745Z Unexpected error in forgot password endpoint
2026-08-31T14:37:46.005724112Z Error: Unexpected error in forgot password endpoint
2026-08-31T14:37:46.005733359Z at PasswordResetController.forgotPassword (/usr/local/lib/node_modules/n8n/src/controllers/password-reset.controller.ts:161:5)
2026-08-31T14:37:46.005742056Z at processTicksAndRejections (node:internal/process/task_queues:104:5)
2026-08-31T14:37:46.005750632Z at handler (/usr/local/lib/node_modules/n8n/src/controller.registry.ts:115:12)
2026-08-31T14:37:46.005759127Z at /usr/local/lib/node_modules/n8n/src/response-helper.ts:119:17
Information on your n8n setup
Docker based setup, started with
docker run \
--detach \
--restart=always \
--name n8n \
-p 5678:5678 \
-v n8n_data:/home/node/.n8n \
--env N8N_SECURE_COOKIE=false \
--env N8N_RUNNERS_ENABLED=true \
--env TZ="Europe/Berlin" \
--env N8N_EMAIL_MODE=smtp \
--env N8N_SMTP_HOST=192.168.1.247 \
--env N8N_SMTP_PORT=25 \
--env N8N_SMTP_SSL=false \
--env N8N_SMTP_SENDER=service@haneke.de \
docker.n8n.io/n8nio/n8n
- n8n version: 2.36.9
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system:: Debian/trixie