DEV Community

Cover image for GAUCHO Email broadcasting platform
donpee100
donpee100

Posted on

GAUCHO Email broadcasting platform

I needed a simple way to broadcast emails, manage campaigns, and rotate multiple SMTP providers while testing different workflows.

So I built a distributed email campaign system with SMTP failover, retry logic, and tracking analytics.

Introducing Gaucho — an email broadcasting platform where you can:

• connect your own SMTP providers (SendGrid, Mailgun, etc.)
• upload contacts
• create templates
• run campaigns from one dashboard
• rotate multiple SMTP servers for reliability and failover
• track opens and clicks
• process bounces automatically
• manage unsubscribe requests

It started as a tool to support the development of StreamPay(a creator monetization platform) I built, but I realized it could also be useful for others who want a lightweight email broadcasting setup without being locked into a single provider.

I'm opening it up for early testing and feedback.

If you'd like to try it out or share thoughts on how it can improve:

https://gaucho-teal.vercel.app

Always building. Always learning.

Top comments (0)