Skip to content
SINGLE-TENANT · DEDICATED IPS · NO KYC · CRYPTO

SMTP relay infrastructure without the SaaS-platform compromises.
Single-tenant infrastructure with dedicated IPs, crypto billing, and no content review.

SendGrid retired its permanent free tier in May 2025; entry pricing now starts at $19.95/month for shared IP pools where your reputation depends on whoever else sends from those IPs. Mailgun's $15/month plan is similar shared-IP territory; dedicated IPs cost $50+ extra. Amazon SES is cheap at $0.10 per thousand messages but shares IPs entirely below $1,500/month dedicated tier and requires the full AWS billing relationship plus content compliance with the AWS AUP. Postmark separates transactional from broadcast at stream level but charges $50/month per dedicated IP and requires 300K+ monthly volume.

We built our SMTP relay for the operators those providers serve poorly: high-volume senders who want dedicated IPs from message one, payment without corporate identity verification, and infrastructure that does not condition continued service on content review against US-jurisdictional acceptable-use policies. The technology is the same: SMTP submission, DKIM signing, SPF alignment, DMARC, FBL handling, bounce categorisation, IP warmup. The economics and compliance posture are different.

IPs Single-tenant dedicated
Pricing From €69/mo
Setup 2-6 hours
KYC None required
when SMTP relay is the right architecture

SMTP relay versus self-hosted versus SaaS API.

The decision tree for outbound email infrastructure has three branches. Each fits different operational profiles and different volume bands; the wrong choice either burns money on overcapacity or ships poor deliverability.

Branch one: send directly from application servers. Your web app's Postfix delivers mail to recipients. Works for tiny volumes (under 1,000 monthly messages) where deliverability is not critical and the sending IP's reputation does not need maintenance. Fails the moment you cross any meaningful volume because shared cloud IPs (AWS EC2, DigitalOcean, Linode) carry contaminated reputation from spam senders; your transactional mail lands in spam folders despite being legitimate. Suitable for hobby projects only.

Branch two: SaaS transactional email API. SendGrid, Mailgun, Postmark, Amazon SES, Brevo, Resend. The provider operates the SMTP infrastructure and reputation management; you pay per message volume. Works well for transactional traffic (signup confirmations, password resets, invoices) up to moderate volumes. Economics break above 100K monthly messages where dedicated infrastructure becomes cheaper per message. Compliance breaks where your sending pattern triggers content review (cold outreach, affiliate marketing, certain regulated industries). Identity-verification breaks when you cannot or will not provide US/EU corporate billing relationship.

Branch three: self-hosted MTA on dedicated infrastructure. Run PowerMTA, KumoMTA, or tuned Postfix on your own servers. Your IPs, your reputation, your operational responsibility. Works at any volume above the break-even point with self-hosted infrastructure (typically 200K+ monthly messages). Requires engineering capacity to maintain the MTA, tune throttling tables, monitor reputation, handle FBL and bounce processing. The right answer for ESPs and serious marketing operations; overkill for application transactional traffic.

Our SMTP relay sits between branches two and three. Dedicated IPs from message one (unlike SaaS shared IPs), without the operational burden of self-hosted MTA management (we handle the infrastructure). Crypto billing, no KYC, no content review. Suitable for the operations that fall between application transactional (where SaaS works) and ESP-scale sending (where self-hosted dominates economics): mid-volume cold outreach, multi-brand marketing operations needing IP isolation, regulated industries that fail SaaS AUP screening, operators in jurisdictions where SaaS billing relationships are difficult, and operations building toward self-hosted but not yet ready for the engineering investment.

Factor Direct from app SaaS API (SendGrid etc) Self-hosted MTA Our SMTP relay
Setup time Hours 1 day 1-3 days 2-6 hours
IP type Shared cloud (poor) Shared pool (entry) / Dedicated (paid) Yours, dedicated Yours, dedicated
Operational burden Yours, painful Provider Yours, daily Provider (us)
KYC required Cloud provider Yes, full corporate Per provider None
Content review None Yes, suspension risk None None
Reputation isolation None Limited Full Full
Cost at 100K/mo Cheap, broken ~€90/mo (Mailgun Foundation) ~€199/mo + setup €149/mo
Cost at 1M/mo Broken ~€600/mo + dedicated IPs ~€299/mo + setup €299/mo (Scale)
Cold outreach allowed Yes, fails technically Mostly no Yes Yes
Best for Hobby App transactional, marketing <100K ESPs, >500K monthly Mid-volume, no-KYC needs
three tiers · matching your volume and operational profile

Plans sized to typical sending operations.

Plans differ on dedicated IP count, monthly volume target, warmup execution model, monitoring depth, and jurisdictional placement. All plans share the fundamentals: single-tenant IPs, custom rDNS, full DNS authentication stack, FBL ingestion, bounce categorisation, crypto billing.

Dedicated IP, manual warmup

SMTP Relay: Starter

€69 / month
+ €49 one-time setup
  • Volume. 50,000 emails/mo
  • Dedicated IPs. 1
  • Warmup. Manual schedule provided
  • rDNS.
  • Bounce processing.
  • IP rotation.
  • Monitoring. Basic
  • Locations. BG / RO
  • Single-tenant dedicated IPs
  • DKIM 2048-bit keys, SPF, DMARC
  • Custom rDNS per IP
  • SMTP submission ports 587, 465, 2525
  • FBL ingester (major receivers)
  • Bounce categorisation by enhanced status
  • TLS via Let's Encrypt automation
  • Up to 25-100 sending domains
  • Crypto billing, no KYC
  • Engineer-direct support
Order on Telegram
Multi-IP rotation, custom architecture

SMTP Relay: Scale

Quote / custom
  • Volume. Custom / Quote
  • Dedicated IPs. 4+
  • Warmup. Auto + dedicated engineer
  • rDNS. ✓ Custom per IP
  • Bounce processing.
  • IP rotation. ✓ Smart
  • Monitoring. Postmaster + SNDS + RBL
  • Locations. Choose any
  • Single-tenant dedicated IPs
  • DKIM 2048-bit keys, SPF, DMARC
  • Custom rDNS per IP
  • SMTP submission ports 587, 465, 2525
  • FBL ingester (major receivers)
  • Bounce categorisation by enhanced status
  • TLS via Let's Encrypt automation
  • Up to 25-100 sending domains
  • Crypto billing, no KYC
  • Engineer-direct support
Order on Telegram

Volume figures are soft caps with grace headroom; we resize you up rather than charging overage fees if sustained traffic exceeds the tier. Pro and Scale plans include multi-jurisdiction failover (Bulgaria primary, Romania or Singapore secondary based on your latency profile). Scale plan supports custom architecture including bring-your-own-IPs via BGP announcement, dedicated engineer assignment, and SNDS + Postmaster Tools integration.

how the relay works under the hood

Architecture: submission, queue, delivery, accounting.

The SMTP relay's job decomposes into four phases. Each phase has different failure modes and different operational concerns; the architecture is shaped by the operational requirements rather than by any single piece of software.

Phase 1: submission and authentication

Your application connects to our relay over TCP on port 587 (submission with STARTTLS, the modern default), 465 (SMTPS with implicit TLS, legacy but still common), or 2525 (alternative submission port for environments where 587 and 465 are blocked by upstream networks). Connection encrypted via TLS 1.3 with strong cipher suites only; we reject TLS 1.0, 1.1, and weak ciphers. Authentication via SMTP AUTH PLAIN over the TLS-protected connection; credentials are unique per customer and rotatable on request. Connection limits: 50 concurrent submissions on Starter, 200 on Pro, custom on Scale, with burst allowances for legitimate spikes.

Phase 2: queue management and scheduling

Submitted mail enters the relay's outbound queue. Queue partitioning per (sending IP, recipient domain) tuple isolates delivery state per receiver, which is the PowerMTA model we use upstream. Per-receiver throttling tables tuned to current Gmail, Outlook, Yahoo, AOL, Apple, and major regional ISP thresholds. Backoff state machines watching for 421 and 451 responses and automatically slowing affected queues. Retry schedules with exponential backoff for soft bounces; hard bounces processed immediately and pushed to your suppression flow.

Phase 3: delivery and DKIM signing

Outbound delivery from your dedicated IPs to recipient MX hosts. DKIM signing applied at relay level using your domain's private key (we generate the key pair at setup and publish the public key in your DNS as selector._domainkey.example.com TXT record). SPF alignment maintained because your domain's SPF record authorises the relay IP. DMARC alignment requires identifier alignment between the From: header domain and the SPF or DKIM authenticated domain; we ensure alignment in the standard configuration. STARTTLS on outbound delivery to recipient MXs that advertise it (which is most major receivers).

Phase 4: feedback and accounting

Outbound delivery generates events: accepted by recipient MX, deferred for retry, bounced, complained-about via FBL. Each event lands in your accounting log stream (available via SFTP pull or log streaming to your endpoint). Bounces parsed and categorised (5.1.1 mailbox unavailable, 5.2.1 mailbox disabled, 5.7.x policy reject, and similar codes). FBL complaints from major receivers parsed from ARF format and pushed to your suppression flow; on Pro and Scale, complaint rates per IP and per domain visible in the customer dashboard with alerts on threshold breaches.

The whole architecture runs on PowerMTA upstream with our reference configuration tuned across hundreds of customer deployments. We do not expose PowerMTA configuration directly to relay customers (that is the PowerMTA Servers product); the relay is a managed abstraction over PowerMTA where we handle the configuration and you submit SMTP. Customers needing direct PowerMTA configuration access should buy PowerMTA Servers; customers wanting the same deliverability without the operational burden buy this relay.

SMTP submission · representative session
# Connection from your application
[CLIENT] EHLO sending.example.com
[RELAY]  250-relay.ash-host.example.com
[RELAY]  250-PIPELINING
[RELAY]  250-SIZE 52428800
[RELAY]  250-AUTH PLAIN LOGIN
[RELAY]  250-STARTTLS
[RELAY]  250 8BITMIME
[CLIENT] STARTTLS
[RELAY]  220 2.0.0 Ready to start TLS
# TLS 1.3 negotiated, AEAD cipher
[CLIENT] AUTH PLAIN AGN1c3RvbWVyXzAwMDQA...
[RELAY]  235 2.7.0 Authentication successful
[CLIENT] MAIL FROM:<[email protected]>
[RELAY]  250 2.1.0 Sender accepted
[CLIENT] RCPT TO:<[email protected]>
[RELAY]  250 2.1.5 Recipient accepted
[CLIENT] DATA
[RELAY]  354 Start mail input; end with <CRLF>.<CRLF>
# Message body, DKIM signature added by relay
[RELAY]  250 2.0.0 Queued (id=01HMZ8X5K2P4)
# Mail accepted into queue, delivery via dedicated IP

The SMTP submission flow is standard RFC 5321 / 5322 protocol. Our relay accepts what your application sends, adds DKIM signing using your domain's key, and delivers via your dedicated IP. No proprietary integration; any SMTP-compliant application works.

core capabilities

What the relay handles for you.

The capabilities below cover the surface area of a properly run SMTP relay: authentication, delivery, FBL, bounces, monitoring, isolation. Each handled by us rather than your operations team.

01

Dedicated single-tenant IPs

Each customer gets dedicated IPv4 addresses (1 on Starter, 2 on Pro, 4+ on Scale) that no other customer sends from. IP reputation is yours alone; your warmup discipline and sending behaviour determine inbox placement, not someone else's. Custom rDNS (PTR record) per IP lets you set your sending hostname to match your domain rather than our infrastructure naming.

02

Full DNS authentication stack

DKIM key generation (2048-bit RSA), public key published in your DNS, signing applied at relay level. SPF record alignment to the relay IP. DMARC policy at your chosen enforcement (none, quarantine, reject). Identifier alignment maintained for DMARC pass. Selector rotation supported for operations wanting quarterly DKIM rotation discipline.

03

FBL ingestion and complaint suppression

Feedback loop registration with major receivers (Microsoft, Yahoo, AOL, Comcast, regional ISPs with FBL programs) where eligible. Complaints parsed from ARF format on receipt; complaining recipients added to suppression list automatically. Per-IP and per-domain complaint rate tracking on Pro and Scale with alerts at 0.1% threshold breach.

04

Bounce categorisation

Bounces parsed from delivery status notifications and categorised by SMTP enhanced status code: 5.1.1 mailbox unavailable (hard, suppress), 5.2.1 mailbox disabled (hard, suppress), 5.7.x policy rejection (review), 4.x.x soft bounces with retry logic, 5.0.0 generic with manual review. Categorisation results pushed to your suppression flow via webhook or accounting log.

05

Managed IP warmup

On Pro and Scale plans, automated 30-day warmup schedule executes against your real sending traffic: day 1 limited to 50 messages to high-engagement recipients, ramped progressively to 100K+/day by day 30. Receiver-mix balancing during warmup avoids concentrating early traffic on any single ISP. Manual warmup schedule provided for Starter customers who execute it themselves.

06

Per-receiver throttling

Throttling tables tuned to current Gmail, Microsoft, Yahoo, AOL, Apple, Yandex, Mail.ru, ProtonMail thresholds. Backoff smtp-pattern-list watches for 421 and 451 responses, automatically slowing affected queues. Retry schedules with exponential backoff. Throttling values updated as receivers update their thresholds (we monitor receiver documentation and operator community channels).

07

Multi-jurisdiction failover

Pro and Scale plans include secondary infrastructure in second jurisdiction (Romania or Singapore based on latency profile). Mail to primary queues during outages and delivers when primary returns; mail can also submit to secondary directly with no application changes. Cross-jurisdiction redundancy provides fault tolerance against regional internet incidents and provider-level outages.

08

Reputation monitoring

Microsoft SNDS data, Google Postmaster Tools data (where you publish DKIM keys for your domain), Spamhaus, SORBS, Barracuda, SpamRats RBL listing checks. Alerts when any IP shows reputation degradation (complaint rate spike, blacklist listing, engagement drop). Smart rotation on Scale plan biases traffic away from degraded IPs automatically with manual override available.

09

Crypto billing and no-KYC posture

Payment in BTC, LTC, ETH, USDT, XMR, plus 7 other cryptocurrencies. Invoice issued to your handle without identity-verification requirement. Renewal on monthly cycle; cancellation immediate without penalty. The compliance posture is the differentiator for operations that cannot or do not want US/EU corporate billing relationships.

interactive · sizing planner

Match SMTP relay tier to your sending profile.

Plan sizing depends on monthly volume, sending pattern, number of sending domains, and operational requirements (warmup execution, monitoring depth, failover need). The planner returns the matching tier and the configuration questions worth raising during onboarding.

recommended configuration

SMTP Relay · Pro

€149/mo + €99 one-time range €69-€299/mo
Volume target 100K monthly
Dedicated IPs 2 IPs
Warmup model Auto 30-day
Failover BG primary + RO/SG
why this configuration

For 50K-200K monthly mixed traffic with managed warmup and monitoring requirements, Pro tier gives 2 dedicated IPs for rotation, automated warmup execution, and multi-jurisdiction failover that matches typical mid-volume operations.

configuration considerations during onboarding
  • DKIM key rotation discipline: quarterly is standard
  • DMARC enforcement timeline: start at p=none for monitoring, escalate to quarantine then reject over 30-90 days
  • Subscriber lifecycle: bounce suppression flow integration with your application
  • Sending pattern: business hours vs 24/7 vs batch windows

Sizing is conservative; actual capacity often exceeds plan caps because soft caps include grace headroom. Sustained traffic above the plan cap triggers a conversation about right-sizing rather than overage billing. Vertical upgrades between plans are immediate; we increase your soft cap at the new tier and prorate billing.

total cost of ownership

Relay economics versus alternatives.

The economics of SMTP relay versus alternatives shifts dramatically across volume bands and operational requirements. Below are working comparisons for two common operational profiles: 100K monthly transactional with deliverability requirements, and 500K monthly mixed traffic with multi-domain isolation.

Scenario A: 100K monthly mixed traffic (transactional plus marketing), 5 sending domains, dedicated IPs needed for reputation isolation, 3-year horizon, no KYC available.
comparable

Mailgun Foundation + 2 dedicated IPs

Foundation tier (50K base)~€32/mo · €1,152/3yr
Volume above 50K (50K extra)~€42/mo · €1,512/3yr
Dedicated IPs (2)~€140/mo · €5,040/3yr
KYC + corporate billingrequired
3-year total~€7,704

Full corporate identity verification required. Content subject to AUP review with suspension risk. Locked into US billing relationship.

cheaper but constrained

SendGrid Pro 100K

Pro 100K monthly~€85/mo · €3,060/3yr
Dedicated IP addon~€80/mo · €2,880/3yr
KYC + corporate billingrequired
3-year total~€5,940

Cheaper at headline rate but full KYC, AUP risk significant. Cold outreach blocked. Account suspension common after content review.

overkill at this volume

Self-hosted PowerMTA

PowerMTA license (us)€1,499 one-time
Iron-E5 hardware€229/mo · €8,244/3yr
Setup + onboardingincluded
Ongoing tuning effort (you)~€10K-20K internal cost
3-year total~€20,000+

Justified at 500K+ monthly volume; overkill at 100K. Operational burden requires dedicated engineering attention. The right answer above the relay's economics break.

At 100K monthly with no-KYC requirement, the relay wins on cost and on compliance posture. SaaS alternatives match or beat on cost only at lowest volume bands; KYC requirement and AUP risk filter most operations to the relay or self-hosted track. Self-hosted PowerMTA only makes sense above 500K monthly where the operational investment amortises.

technical reference

SMTP authentication, DNS, integration patterns.

SMTP authentication and submission ports

The relay listens on three submission ports following the standard authenticated submission convention. Port 587 is the modern default: the SMTP submission port defined by RFC 6409, accepts plaintext connections that must upgrade to TLS via STARTTLS before AUTH. Port 465 is SMTPS: legacy implicit TLS where the connection starts encrypted before any SMTP commands; still widely supported. Port 2525 is an alternative submission port we offer for environments where 587 and 465 are blocked by upstream networks (some cloud providers and some residential ISPs block these to prevent spam relay abuse).

Authentication uses SMTP AUTH PLAIN over the TLS-protected connection. Credentials format is base64-encoded username and password concatenated; standard library implementations handle this transparently. We do not accept LOGIN auth (deprecated, brittle) or CRAM-MD5 (broken cryptographically). PLAIN over TLS is the modern default across all SMTP libraries.

DNS configuration walkthrough

Three DNS records per sending domain land you in authenticated-sender territory. The SPF record at the domain apex authorises our relay IP: a TXT record at example.com containing "v=spf1 ip4:[your-IP] -all" or "v=spf1 include:relay.our-domain.com -all" depending on whether you publish IPs directly or use our SPF include macro.

The DKIM record at selector._domainkey.example.com publishes the public key of the keypair we generated: a TXT record containing "v=DKIM1; k=rsa; p=[base64 public key]". The selector is configurable; we default to the year and quarter (s2026q1) for operations that want quarterly rotation discipline. The relay signs outbound messages with the corresponding private key, which never leaves our infrastructure.

The DMARC record at _dmarc.example.com sets your alignment policy: a TXT record containing "v=DMARC1; p=quarantine; rua=mailto:[email protected]" for monitoring mode, or stronger enforcement (p=reject) once you have validated alignment. We recommend escalating from p=none (monitoring only) to p=quarantine to p=reject over a 30-90 day window while watching DMARC reports for any legitimate mail missing from the alignment.

Integration code examples

Most SMTP libraries take five lines of configuration. For Node.js with nodemailer: const transporter = nodemailer.createTransport with host: relay.our-domain, port: 587, secure: false, auth: user and pass, tls requireTLS: true. The require-TLS flag forces STARTTLS upgrade and rejects the connection if the server does not advertise STARTTLS support; this prevents accidental plaintext submission.

For Python with smtplib: smtplib.SMTP(host, 587), conn.starttls(), conn.login(user, pass), conn.sendmail. Use SMTP_SSL on port 465 for implicit TLS variant. For PHP with PHPMailer: $mail->isSMTP(), $mail->Host, $mail->Port = 587, $mail->SMTPAuth = true, $mail->SMTPSecure = STARTTLS. For applications using framework-level mail abstractions (Rails ActionMailer, Django mail, Laravel Mail), set the SMTP host, port, and credentials in the framework configuration; the framework handles protocol details.

Bounce handling and webhook integration

Bounces and FBL complaints reach you through two channels. Channel one is the accounting log: structured log file containing every delivery event (accepted, deferred, bounced, complained), available via SFTP pull on a per-customer basis. Channel two on Pro and Scale plans is webhook delivery: each event posts to your endpoint as JSON within seconds of occurrence.

Webhook payload structure: event type (delivered, bounced, complained, deferred), timestamp, message-id, recipient, sender, bounce category, enhanced status code, reason text. Standard pattern for bounce processing: receive webhook, extract recipient, mark recipient as bounced in your subscriber database, stop sending to recipient until bounce reason resolves. Hard bounces (5.x.x codes for permanent failures) typically result in permanent suppression; soft bounces (4.x.x codes for temporary failures) retry per relay schedule and only suppress after repeated failures.

Migration from SaaS providers

Migration from SendGrid, Mailgun, Amazon SES, or Postmark is straightforward at the technical level because all of these expose SMTP submission interfaces. Steps: (1) request relay setup with us, providing your sending domains; (2) we generate DKIM keypairs and provide DNS records to publish; (3) you publish DNS records; (4) we provide credentials for SMTP submission; (5) you update your application configuration to point at our relay endpoint with our credentials; (6) you decommission the SaaS provider.

Data migration concern: subscriber lists, suppression lists, and historical engagement data live in the SaaS provider's system. We do not import historical data (we operate at the relay layer, not the application layer); your application needs to retain or migrate its own subscriber and suppression data. For operations using MailWizz or Acelle on top of the relay, the application data lives in your MailWizz or Acelle database and migration is straightforward.

questions before you order

Frequently asked.

What is an SMTP relay and why use one?

An SMTP relay is a server that accepts mail from your application via SMTP protocol and delivers it to recipient mail servers on your behalf. The reason to use one rather than sending directly from your application server: deliverability. Recipient mail servers (Gmail, Outlook, Yahoo) treat mail from unknown IPs with suspicion; mail from established sending infrastructure with proper DKIM/SPF/DMARC authentication, custom rDNS, warmed reputation, and FBL handling lands in inboxes reliably. SMTP relays exist because the gap between "send a message" and "land in inbox" requires infrastructure that most operations do not want to build themselves.

How does this differ from SendGrid, Mailgun, or Amazon SES?

Three structural differences. First, our relay is single-tenant on dedicated IPs you control rather than shared IP pools where your reputation depends on neighbors. SendGrid and Mailgun share IPs across customers on entry tiers; dedicated IPs are paid addons ($50+/month at most providers). Amazon SES shares IPs by default with no dedicated option below $1,500/month. Second, billing: we accept cryptocurrency without KYC. SendGrid, Mailgun, and SES require US/EU corporate billing relationships with full identity verification. Third, content: we do not review your mail content. SendGrid, Mailgun, and SES retain the right to suspend accounts based on content review against their AUPs; we do not.

What sending applications work with the relay?

Anything that speaks SMTP protocol: PowerMTA, MailWizz, Acelle, Mautic, Sendy, Postal, Postfix, Exim, sendmail, and from application code, Node.js nodemailer, Python smtplib, PHP PHPMailer or SwiftMailer, Ruby Mail gem, Go gomail, Java JavaMail, Rust lettre. We provide credentials (host, port 587 or 465 or 2525, username, password), authentication method (PLAIN over TLS), and connection limits. Your application points at our relay; we handle the rest. SMTP submission is a stable protocol that has not changed in decades; integration is rarely a problem.

Is the IP warming included?

Yes for Pro and Scale plans (managed automated warmup over 30 days), manual schedule provided for Starter (you execute the warmup; we provide the day-by-day volume targets and receiver-mix recommendations). Manual warmup works fine for technical operators; managed warmup matters when the operation cannot dedicate engineering time to executing the schedule.

How many sending domains can I run on one relay?

Up to 25 sending domains on Starter, up to 100 on Pro, custom on Scale. Each domain gets its own DKIM keypair (2048-bit), SPF record alignment to the relay IP, DMARC policy at your chosen enforcement level (none, quarantine, reject), and an isolated bounce processing flow so bounces from one domain do not contaminate suppression on another. Custom rDNS per IP available on Pro and Scale.

What happens if the relay goes down?

Pro and Scale plans include multi-jurisdiction failover: primary in Bulgaria, secondary in Romania or Singapore depending on your latency profile. Mail submitted to the primary is queued during outages and delivers when primary returns; mail can also be submitted to the secondary directly during primary outages with no application changes. Median uptime over the last 24 months across our fleet: above 99.95%. Starter plan is single-jurisdiction; failover requires Pro or above.

Can I bring my own IPs?

Yes on Scale plan, with caveats. We can BGP-announce your IPv4 /24 or larger from our infrastructure if you have a LIR-issued allocation (RIPE, ARIN, APNIC). The IPs become reachable from our network, you keep RIR ownership, the relay infrastructure routes mail through them. Common pattern for operations consolidating from multiple providers onto a single relay infrastructure. Setup is custom engagement, typically €499-1,500 depending on complexity.

Do you cap volume?

Soft caps at the plan level (50K/month Starter, 100K/month Pro, custom on Scale). Above plan caps, we do not block sending; we have a brief operational conversation about whether your traffic is sized to your tier. If you sustainably need higher volume than your plan supports, we resize you to a higher tier rather than charging overage fees. Sustained 200K+/month operations should run Scale tier or self-hosted infrastructure for economics.

How is reputation managed across IPs?

Pro and Scale plans include reputation monitoring across all your IPs: Microsoft SNDS data, Google Postmaster Tools data (where you have published DKIM keys for your domain), RBL listing checks across major blacklists (Spamhaus, SORBS, Barracuda, SpamRats), and FBL complaint rates. Alerts when any IP shows reputation degradation. Smart rotation on Scale plan automatically biases traffic away from degraded IPs and toward healthy ones, with manual override for operations that prefer human judgment in rotation decisions.

What if my IPs land on a blacklist?

Active monitoring catches blacklist listings within hours. We pause traffic from a listed IP, investigate the cause (typically content-related: a campaign with high complaint rate, a list with high bounce rate, hijacked subscriber data), help you correct the underlying issue, and submit removal requests through the blacklist's process. Most blacklists delist within 24-72 hours after the underlying behaviour stops; some require waiting periods regardless of remediation. We do not offer guarantees against blacklisting because reputation depends on your sending behaviour; we do offer fastest-possible recovery when issues occur.

Ready to migrate to the relay?

Telegram order takes 10 minutes. Setup completes within 2-6 hours. DKIM keys generated, DNS records provided to publish, credentials issued for SMTP submission. Switch your application config to our relay endpoint and start sending. Cancel anytime; no contract, no minimum term.

# Median Telegram response: 12 minutes during operating hours