DMARC report viewer and blacklist monitoring are live

Email infrastructure
you can see into.

We deliver straight to the recipient's MX, sign and check every domain, throttle per tenant, and show you the SMTP response we got back for every single message. No black box.

Free plan, no credit card Email validation + blacklist monitoring built in Cancel anytime
SENDING THROUGHPUT · LIVE
2880 msg / sec all queues healthy
Delivered · 24h
1.24M +8.2%
Bounce
0.31% −0.04
Open
24.8% +1.1
Spam
0.02%
Running on BlacklistGuard today
Our own companies send their production email through it. We find the rough edges before you do.
The platform

Built for the people who run email.

Most platforms bury the parts that matter: bounces, blocklists, queue depth. We put them on the front page, along with the controls to do something about them.

Operator-grade infrastructure

Multi-tenant SMTP queues, per-IP throttling, automatic VMTA pool warmup, RFC-compliant bounce parsing.

  • Direct MX delivery
  • DKIM signing (RSA, ECDSA, Ed25519)
  • MTA-STS policy hosting + ARC

Visibility, not vibes

Real-time dashboards for queues, IPs, and reputation. DMARC aggregate reports parsed and humanized.

  • Live throughput graphs
  • DMARC aggregate viewer
  • Per-domain reputation

Built like a developer tool

A REST API that reaches every part of the platform, SMTP relay for the apps you already run, and signed webhooks on inbound mail.

  • REST API with scoped keys
  • SMTP relay on 587 and 465
  • Webhooks for everything
The platform

Everything in one place.

This is more than an MTA. Lists, campaigns, validation, deliverability and blacklist monitoring all live in the same place, on the same data.

Email campaigns
Design, segment, schedule, and send.
Autoresponders
Automated sequences triggered by signup or events.
Transactional email
Send via SMTP or REST API with templates.
Lists & segments
Organize subscribers and target by behavior.
Signup forms
Hosted and embeddable forms with double opt-in.
Email validation
Verify addresses before you send to protect your list.
Blacklist monitoring
Watch your domains and IPs across DNSBLs.
Deliverability & DMARC
Reputation, bounce analytics, and DMARC reports.
Sending-domain auth
SPF, DKIM, and DMARC setup and verification.
Inbound mail
Receive on your own domain. Forward it, or POST it to your app.
Suppression lists
Honor unsubscribes and keep your reputation clean.
Webhooks & API
React to every event in real time.
The dashboard

Less spreadsheet. More signal.

Queue depth, retries, deferrals and reputation, across every tenant, in one view.

BlacklistGuard
Overview
Campaigns
Lists
Subscribers
Deliverability
Virtual MTAs
DMARC
Settings
Overview
Last updated 3s ago
1h 24h 7d 30d
Sent
1.24M+8.2%
Delivered
98.4%+0.3
Bounce
0.31%−0.04
Reputation
98.4healthy
Sending throughput msg / sec

Every transactional email the platform sends goes through BlacklistGuard. The DMARC viewer turned up two subdomains we had forgotten were still sending, which our previous provider had no way of telling us.

H
Platform team
Hania
Developer experience

An API that feels like infrastructure.

Send over REST or plain SMTP, scope every key to what it needs, and read the delivery record back for any message you sent.

  • REST API over the whole platform, not only sending
  • Inbound mail delivered to your endpoint, signed with HMAC-SHA256
  • SMTP submission on 587 and 465 for WordPress, Laravel, anything
  • Per-message delivery log with the SMTP response we got back
/api/v1
curl -X POST https://app.blacklistguard.com/api/v1/emails/send \
  -H "X-API-Key: $BLACKLISTGUARD_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "from_email": "ops@yourdomain.com",
    "from_name": "Ops",
    "to": "ada@example.com",
    "subject": "Welcome aboard",
    "body": "<p>Glad to have you.</p>"
  }'
15
blocklists checked per target
Direct MX
no third-party relay in the path
587 / 465
SMTP submission, TLS on both
3463 · 3464 · 5965
bounce and complaint RFCs parsed

See your sending. Then control it.

Spin up a workspace in under 60 seconds. Connect a domain, send a test, watch the live queue.