Send mail at scale. Built for developers.

mittera is a self-hosted email platform built on AWS SES. Open source, self-hosted, AGPL-3.0.

Open source • Self-host • Built on AWS SES

Features

Analytics

Track deliveries, opens, clicks, bounces and unsubscribes in real time with a simple, searchable log. Filter by domain, status, API key and export them.

Marketing Email Editor

Design beautiful campaigns without code using a visual, Notion-like WYSIWYG editor that works in major email clients. Reuse templates and personalize with variables.

Contact Management

Manage contacts, lists, and consent in one place. Import and export easily, keep per-list subscription status. Contacts are automatically updated from bounces and complaints.

Suppression List

Prevent accidental sends. Automatically populated from bounces and complaints, and manage via import/export or API. Works with transactional and marketing emails.

SMTP Relay

Drop-in SMTP relay that works with any app or framework. Avoid vendor lock-in. Useful with services like Supabase.

Developers

Typed SDKs and simple APIs, so you can focus on product not plumbing.

import { Mittera } from "@mittera/sdk";

const mittera = new Mittera("mt_12345");

mittera.emails.send({
  to: "hello@acme.com",
  from: "hello@company.com",
  subject: "mittera email",
  html: "<p>Send transactional and marketing email through mittera.</p>",
  text: "Send transactional and marketing email through mittera.",
});
Language example toggled
About

mittera is a self-hosted email platform that runs on top of Amazon SES. It provides a dashboard, REST API and SMTP relay so you can send transactional and marketing email from your own infrastructure.

mittera is open source under AGPL-3.0. The source is available at codeberg.org/flndrn/mittera.