I vibe coded a simple web tool to test SMTP configs (Next.js)

Hey folks :waving_hand:

I put together a small web tool to help test SMTP configurations. It’s built with Next.js and meant to be quick and easy to run locally.

How to run locally

pnpm install && pnpm dev

Then open:

:backhand_index_pointing_right: http://localhost:3000

Repo

Live preview

It’s a lightweight tool, but hopefully useful if you’re debugging SMTP setups.

Stars are very much appreciated, thanks! :star: