InoMail
A high-deliverability bulk email platform with BullMQ queue architecture, multi-tenant workspaces, and AI assistance.
The Problem
Growing communities need reliable bulk email dispatch without enterprise SaaS overhead or getting blocked by rate-limit spikes.
The Solution
InoMail implements multi-tenant workspace isolation, queue-managed background dispatch via BullMQ & Redis, per-campaign analytics, and AI content generation.
Design
Clean dashboard layout giving teams instant visibility into sending progress, open rates, and queue health.
Development
Built on Next.js, Node.js, and MongoDB. BullMQ handles rate-limited queue processing to ensure steady mail flow and graceful retries.
Challenges
Balancing delivery speed against SMTP provider rate limits required fine-tuning exponential backoff retry algorithms.
Outcome
Core queue infrastructure and workspace architecture are live and processing test campaigns efficiently.
Lessons
System reliability and rate-limit predictability are the foundation of any queue-based infrastructure.