Maillog is an EU-hosted alternative to Resend with a comparable API shape, plus inbound email and marketing campaigns in the same platform.
Free tier: 100 emails/day · Upgrade only when you grow
// With Resend you wrote: resend.emails.send({ ... })
// With Maillog that becomes:
import { Maillog } from "maillog"
const maillog = new Maillog("ma_xxxxxxxxx");
await maillog.emails.send({
from: "Maillog <[email protected]>",
to: ["[email protected]"],
subject: "Your order is confirmed",
html: "<p>Thanks for your order.</p>",
});Same developer experience, more platform. And your data stays in Europe.
Receive and process inbound email included, with mailboxes, routing and webhooks. Resend does not offer that.
All data stays in France. GDPR compliant by default, without third-country transfers.
Send marketing campaigns and broadcasts from the same platform as your transactional email.
SPF/DKIM/DMARC validation, IP warming and blacklist monitoring built in.
Qualitative comparison, checked August 2026. Always verify current terms with the provider itself.
| Feature | Maillog | Resend |
|---|---|---|
| API shape (emails.send) | Yes | Yes |
| Inbound email | Included | Not available |
| Marketing campaigns / broadcasts | Included | Separate product part |
| Data residency | France (EU) | United States |
| Free tier | 100 emails/day | Yes, limited volume |
| Node.js SDK + webhooks | Yes | Yes |
| Support | Email / Discord | Ticket |
New to Maillog? Read the email API page first for the full overview of the API, SDK and webhooks.
Create a free account and add your domain. You get the SPF, DKIM and DMARC records to place in your DNS, just like you did with Resend.
The API shape is comparable: emails.send with from, to, subject and html. Replace the API key and endpoint in your code and your first email is out the door.
Send through both providers for a while and compare logs and webhook events. When everything checks out, turn Resend off. Your DNS records simply stay in place.
50k/month
500k/month
Create a free account, verify your domain and send your first email through an EU-hosted API today.