A standalone node for testing email workflow

Testing email logic usually requires sending real emails to your own inbox or configuring external credentials just to verify a workflow.

I built n8n-nodes-flowengine to solve this locally.

It is a standalone email tester that validates your data mapping (To, Subject, Body) without actually routing the email.

What it does:

  • Simulates sending: Acts exactly like a standard email node, but traps the output.

  • Standalone: No SMTP configuration or API keys required.

  • Safe: Allows you to test logic loops and dynamic data without accidentally emailing real contacts

Install n8n-nodes-flowengine

NPM: https://www.npmjs.com/package/n8n-nodes-flowengin

3 Likes

Really, really impressive, this has been a huge issue for not just n8n but other automation platforms as well. This can really be of annoyance when people have to deal with test emails and making sure they go out to people who are okay with them especially when an automation is not in production. This gets especially tricky when you lose output and test data from the emails you send and it becomes difficult to continue the flow. This will be a real advantage to the community!

1 Like