Genix Mail — email that ships
SMTP relay, mailboxes, and webmail for startups. Self-host with Docker or use GenixByte cloud — same API, modular billing.
Already use GenixByte for Genix Mail? Sign in to the business portal and add or change plans under Billing — no new account needed.
Developer experience
Copy-paste SMTP config or run Genix Mail in Compose next to your app — no proprietary SDK required.
# .env — point your app at Genix Mail
SMTP_HOST=mail.yourdomain.com
SMTP_PORT=587
SMTP_USER=noreply@yourdomain.com
SMTP_PASSWORD=your-mailbox-password
SMTP_FROM="Your App <noreply@yourdomain.com>"Works with Node, Go, Python, Ruby — any SMTP client.
# docker-compose.yml — Genix Mail alongside your stack
services:
app:
environment:
SMTP_HOST: genixmail-smtp
SMTP_PORT: 587
genixmail:
image: genixmail/server:latest
ports:
- "587:587"
- "5050:5050"
volumes:
- maildata:/dataSelf-host option for teams that want full infrastructure control.
Cross-product sync
Stronger together, optional apart
Genix Chat and Genix Mail are decoupled products with a shared platform layer. Start with one; add the other when you need deeper engagement or deliverability.
Build your stackMissed chat → email transcript
When no agent is online, Genix Chat captures the conversation and can deliver a transcript via Genix Mail — activate both modules to unlock the full loop.
One account, modular billing
Subscribe to Chat only, Mail only, or both. Upgrade or downgrade each product independently without losing the other.
Shared business identity
Same domain, same admin portal. Mailboxes align with your business email domain; chat widget uses your API key from one dashboard.
Built for startup velocity
Developer-first infrastructure with production-grade uptime — whether you subscribe to one module or both.
99.99%
SMTP delivery success
Genix Mail relay SLA
<200ms
Widget load time
Genix Chat embed
Docker
First-class deploy
Self-host or cloud SaaS
“We wired Genix Chat in an afternoon and routed missed-chat transcripts through Genix Mail the same week.”
“The SMTP relay just works in our Compose stack — no vendor lock-in, predictable pricing for our startup.”