Everything you need to send transactional email
Built for developers who need reliable delivery without Big Tech involvement.
Data Sovereignty
True independence from US jurisdiction
We're a German company using German infrastructure. No American law applies to your data. No CLOUD Act, no FISA, no NSA.
- German company
- Tiny Empire GmbH, registered in Berlin. Subject only to German and EU law.
- Nuremberg data center
- All data stored in Germany. No replication to other countries.
- No Big Tech
- We don't use Google, AWS, Azure, or any US cloud provider. Independent European infrastructure.
What this means for you
No CLOUD Act exposure
US authorities cannot compel us to hand over data
No Schrems II worries
Data never leaves the EU, no transfer impact assessments needed
Simple GDPR compliance
Standard DPA, no complex international transfer mechanisms
Stronger legal protection
German BDSG adds protections beyond GDPR baseline
Domain verification status
Deliverability
Reach the inbox, not spam
We handle the technical details of email authentication so your messages arrive where they should.
- Automatic DKIM signing
- Every email is cryptographically signed. We generate and manage the keys.
- SPF handled for you
- We manage SPF on our sending infrastructure. No DNS changes needed on your domain.
- DMARC support
- Full DMARC alignment for maximum deliverability and brand protection.
Developer Experience
Simple integration, powerful features
Clean REST API or standard SMTP. Your choice. Language-specific SDKs are coming soon.
REST API
Simple JSON API. Send emails with a single HTTP request. Full documentation available.
SMTP
Drop-in replacement for any SMTP setup. Works with Ruby Mail, PHPMailer, Nodemailer, Python smtplib, and any other email library.
SDKs (coming soon)
Native libraries for Ruby, Python, Node.js, PHP, and Go are in development.
curl -X POST https://api.eml.dev/v1/emails \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "from": "hello@yourdomain.com", "to": "user@example.com", "subject": "Order confirmed", "html": "<h1>Thanks!</h1>" }'
More features
Sandbox mode
Test your integration without sending real emails. See exactly what would be delivered in our interface, without reaching actual inboxes. Perfect for development and staging environments.
PII anonymization
Coming soonChoose to anonymize email addresses before we store them, or opt out of storage entirely. Minimise your data footprint while maintaining full sending capability.
Protected Inbox
Coming soonSend sensitive documents through an authentication-protected online inbox instead of email. Recipients access content through a secure link, keeping confidential data out of email systems.
Webhooks
Coming soonGet real-time notifications when emails are delivered, bounced, or marked as spam. Build responsive systems that react to delivery events as they happen.