HeadlinesBriefing favicon HeadlinesBriefing.com

Remails: European Email Service Built on Kubernetes

Hacker News: Front Page •
×

Remails, a new European Mail Transfer Agent, lets organizations send transactional emails without relying on U.S. tech giants. Built by a Dutch team, the service runs entirely inside the EU, offering code on GitHub and an instance at remails.net. Its focus on password resets and order confirmations fills a growing compliance gap.

The team launched a proof‑of‑concept on a single VPS, then migrated to a managed Kubernetes cluster with a cloud‑hosted PostgreSQL database. Splitting the application into a Web API and an SMTP MTA, they achieved multi‑replica deployment and load balancing, ensuring the service stays online even if a node fails.

A key hurdle is controlling outbound IP addresses to avoid spam filters. By partnering with Finnish provider UpCloud, Remails can bring its own IP block, a practice that builds sender reputation faster than shared public IPs. The team plans to let each customer select dedicated IPs based on sender identity.

Looking ahead, Remails aims to lift its current limitation on broadcast emails and support higher volumes. As European data‑protection rules tighten, the platform offers a compliant alternative for businesses that need reliable, low‑latency email delivery. Stakeholders should watch how the service scales its IP management and Kubernetes architecture.