Now in public beta

Email delivery
that just works.

Lure Technologies routes your transactional and marketing emails through resilient infrastructure — with real-time analytics, built-in compliance, and 99.97% uptime.

4.2B+
Emails delivered monthly
99.97%
Delivery uptime SLA
18ms
Median delivery latency
Built for engineering teams
Everything you need.
Nothing you don't.

One API, one dashboard, every sending pattern — transactional, marketing, and lifecycle emails unified.

Instant delivery

Sub-20ms median latency across all regions. Automatic ISP-level routing picks the fastest path per recipient domain.

📊

Real-time analytics

Track opens, clicks, bounces, and unsubscribes with per-message precision — streamed live to your dashboard and webhooks.

🔒

Compliance ready

DKIM, DMARC, and SPF configured out of the box. SOC 2 Type II certified with automatic GDPR suppression lists.

🔌

Simple API

RESTful API and official SDKs for Node, Python, Go, and Ruby. Send your first email in under five minutes.

🛡️

Reputation management

Dedicated IP warming, shared pools for low-volume senders, and automatic suppression on hard bounces and spam complaints.

🌍

Global infrastructure

Sending nodes in EU, US, and APAC. Data residency options available for regulated industries and GDPR-sensitive workloads.


Simple, transparent pricing
Start free. Scale as you grow.

No setup fees, no contracts. Upgrade, downgrade, or cancel any time.

Starter
€0 / month
Perfect for side projects and early-stage products.
  • 10,000 emails / month
  • 1 sending domain
  • Real-time dashboard
  • API + SMTP relay
  • Community support
Get started free
Enterprise
Custom
For high-volume senders with strict compliance needs.
  • Unlimited volume
  • Unlimited domains
  • Dedicated infrastructure
  • SLA with uptime guarantee
  • Dedicated success manager
Contact sales

Developer docs
From zero to sending in minutes.

Straightforward API, clear docs, and official SDKs so you spend time building — not debugging.

Quick start — Node.js

Install the SDK, add your API key, and send your first email:

// Install npm install @lure/mail // Send import { LureClient } from '@lure/mail'; const client = new LureClient('lure_live_xxxx'); await client.send({ from: 'hello@acme.com', to: 'user@example.com', subject: 'Welcome to Acme', html: '<p>Thanks for signing up!</p>', });

SMTP relay

Prefer SMTP? Point your existing app at our relay — no code changes needed:

# SMTP settings Host: smtp.lure.tech Port: 587 (TLS) Username: apikey Password: lure_live_xxxx # Test with curl curl -s \ --url 'smtp://smtp.lure.tech:587' \ --ssl-reqd \ --user 'apikey:lure_live_xxxx' \ --mail-from 'you@domain.com' \ --mail-rcpt 'test@example.com' \ --upload-file mail.txt

From the blog
Insights on email deliverability.

Deep dives from our engineering and deliverability teams.