Clerk isn't configured on this deployment yet — sign-in is unavailable.View the dashboard →
🧪 Mode démonstration — données fictives, aucune connexion requise.Essayer gratuitement →
← Back

Relance client — devis en attente

n8n · Execution exec-1001

Status
error
Node
Send Email (Node 4)
Started
9/5/2026, 9:14:37 AM
Duration
4200ms

Error

SMTP timeout after 3 retries

AI diagnosis

The SMTP relay rejected the connection after 3 retries — not a workflow logic error.

Reasoning (always shown — never a black box)

The failing node ("Send Email", Node 4) times out at exactly 4200ms, three times in a row, with an identical error each time ("SMTP timeout after 3 retries"). That pattern — same node, same duration, same message, no variation in payload across attempts — rules out bad input data or a workflow logic bug; a genuine data issue would fail differently between attempts. Cross-referencing the connected n8n instance's other workflows in the same window shows two more SMTP-bound nodes failing in the same 15-minute span, which points to the mail relay itself being unreachable or rate-limiting, not this workflow.

Suggested fix

Retry the execution — this class of failure (transient relay unavailability) typically clears within minutes, and the workflow has no side effects before the failing node that would make a retry unsafe.

Proposed fix: retry this execution against the connected instance. Nothing has been changed yet — this requires your explicit approval.

🧪 Mode démo — ce bouton simule le résultat, aucune action réelle n'est déclenchée.