Transactional Email
Build flows for verification, password resets, notifications, onboarding, and other application events.
MAILIX gives you a focused platform for transactional email, templates, domains, API keys, and delivery logs — without unnecessary complexity.
Browse the latest releases →Capabilities
The operational layer that surrounds every send — from the first API request to the last delivery event.
Build flows for verification, password resets, notifications, onboarding, and other application events.
Open, customize, preview, and export email HTML from a focused design environment built into MAILIX.
Design once. Reuse across applications and campaigns.
Inspect email activity, delivery events, errors, and operational logs through a centralized interface.
Separate apps, domains, and keys with clean boundaries.
Keep sending identity verified and organized.
Generate and manage credentials per project. Keys are masked everywhere in this preview — never displayed in full.
Manage audiences and campaign sends alongside your transactional traffic.
Workflow
Hover or click a step to see it in the panel. The full flow runs inside MAILIX — no external accounts required.
Each project isolates templates, domains, API keys, and logs — switch context without losing state.
API
A plain HTTP call with a JSON payload and your API key. Try it with your own values in the Playground — the snippet updates live.
Open the Playground// Check the repository README for current API details.
const response = await fetch("YOUR_MAILIX_ENDPOINT", {
method: "POST",
headers: {
"Content-Type": "application/json",
"Authorization": "Bearer YOUR_API_KEY"
},
body: JSON.stringify({
to: "user@example.com",
subject: "Welcome to MAILIX",
template: "welcome"
})
});
MAILIX Studio
Pick a template, edit the raw HTML, preview the result, and reuse it everywhere. The Playground on this site mirrors the same workflow with live demo templates.
Open the PlaygroundStudio preview — demo data.
Open source
MAILIX is developed in public — inspect the source, follow releases, report issues, and contribute to its direction. No fabricated numbers here; visit the repository for real activity.
Explore MAILIX on GitHubGet MAILIX
Grab the latest release from GitHub, or clone the repository and build MAILIX yourself.
Download installers, archives, checksums, and release assets straight from GitHub.
Inspect the code, report an issue, or build MAILIX locally from source.