I just released Mailpot, a local, dev-only mail inbox for Laravel. And now its installed on all my Laravel projects.
It intercepts and stores sent emails so you can inspect them inside your app, with:
- no Docker
- no SMTP setup
- no external services
- unlimited emails for free
Think Mailtrap / Mailhog, but fully embedded in Laravel.
GitHub: https://github.com/rulr-dev/laravel-mailpot
I’d really appreciate feedback, issues, or feature ideas from other Laravel devs