Mailgun, SendGrid & Resend alternative

Transactional Email API
built for developers

Send transactional emails over a clean REST API. EU-hosted in France, GDPR compliant, and designed for deliverability from day one.

Free tier: 100 emails/day · Upgrade only when you grow

Quick start
import { Maillog } from "maillog"

const maillog = new Maillog("ma_xxxxxxxxx");

// Send a transactional email:
await maillog.emails.send({
  from: "Maillog <[email protected]>",
  to: ["[email protected]"],
  subject: "Your order is confirmed",
  html: "<p>Thanks for your order.</p>",
});

Why developers switch to Maillog

Built by developers who were tired of black-box email providers and surprise bills.

Clean REST API

One endpoint for transactional and marketing email. JSON in, JSON out.

Deliverability first

SPF/DKIM/DMARC validation, IP warming, and blacklist monitoring built in.

EU hosted

All data stays in France. GDPR compliant by default, no extra config.

Developer tooling

Node.js SDK, webhooks, real-time logs, and sandbox inboxes for testing.

Maillog vs Mailgun vs SendGrid vs Resend

A developer-focused alternative without the enterprise complexity.

FeatureMaillogMailgunSendGridResend
EU data residencyYes (France)Opt-inOpt-inOpt-in
Free tier100 emails/day5k/month (trial)100/day3k/month
REST API + SDKYesYesYesYes
Built-in inbound emailYesSeparate planSeparate planNo
Transparent deliverabilityYesPartialPartialPartial
SupportEmail / DiscordTicketTicketTicket

Simple, predictable pricing

Free

€0/month

100/day

  • 1 domain
  • 7-day logs
  • Basic analytics
  • Community support
Start free
MOST POPULAR

Pro

€29/month

50k/month

  • 5 domains
  • 30-day logs
  • Advanced analytics
  • Webhooks
  • Email support
Start 14-day trial

Business

€99/month

500k/month

  • Unlimited domains
  • 90-day retention
  • Dedicated IP
  • SLA
  • Priority support
Contact sales

Frequently asked questions

What is a transactional email API?
A transactional email API lets your application send automated, one-to-one emails such as password resets, order confirmations, and notifications over HTTP. Maillog exposes a single REST endpoint with webhooks for delivery events.
Is Maillog a good Mailgun or SendGrid alternative?
If you want a simpler, EU-hosted provider with transparent deliverability tooling and no enterprise lock-in, yes. Maillog offers a REST API, SDKs, webhooks, and inbound email in one platform.
Where is my data hosted?
All Maillog infrastructure is hosted in France. That makes GDPR compliance straightforward and keeps latency low for European users.
Can I try Maillog for free?
Yes. The free tier includes 100 emails per day, one domain, and 7-day log retention. No credit card is required to sign up.
Do you offer an SMTP relay too?
Yes. Besides the REST API, Maillog supports SMTP relay with TLS and authentication, so you can migrate existing systems without code changes. See the SMTP relay page.

Ready to send your first email?

Join developers who use Maillog for transactional email. Start free, upgrade when you need more.