Transactional Email Delivery

Email delivery you can rely on

Send transactional emails via API or SMTP relay. Built-in DKIM signing, open & click tracking, suppression management, and multi-IP rotation.

Start for free See how it works
Everything you need to send email
A complete transactional email platform โ€” from a single API call to full SMTP relay integration.
๐Ÿ”‘

REST API & SMTP Relay

Send via our simple JSON API or configure any email client as an SMTP relay. Full support for Thunderbird, Outlook, and custom apps.

โœ๏ธ

DKIM Signing

Every outbound email is automatically DKIM-signed using a 1024-bit key tied to your sending domain. Improves deliverability out of the box.

๐Ÿ“Š

Open & Click Tracking

Track when recipients open emails and click links. Per-email event history with timestamps. Track pixels and redirect links are auto-injected.

๐Ÿšซ

Suppression Management

Global suppression list prevents sending to bounced or unsubscribed addresses. One-click unsubscribe headers included automatically.

๐ŸŒ

Multi-IP Rotation

Distribute sending volume across multiple IPs with round-robin rotation. Dedicated IPs with separate PTR records for each sending identity.

๐Ÿ”’

Domain Verification

Verify your sending domains with SPF, DKIM, and DMARC. Real-time DNS checks ensure you're always compliant before sending.

Simple to integrate
Send your first email in minutes with our REST API.
# Send an email via API
curl -X POST https://api.beyondsmtp.com/api/send \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "user@example.com",
    "from": "hello@yourdomain.com",
    "fromName": "Your App",
    "subject": "Welcome!",
    "html": "<h1>Hello!</h1><p>Welcome to our app.</p>"
  }'

# Response
{ "status": "queued", "jobId": "f3a2...b9c1" }
4
Dedicated sending IPs
99.9%
Uptime SLA
<2s
Average delivery time
100%
DKIM signed
Simple, transparent pricing
No hidden fees. No credit card required to start.
Starter
$0/month
  • โœ“ 1,000 emails/month
  • โœ“ 1 sending domain
  • โœ“ API & SMTP relay
  • โœ“ DKIM signing
  • โœ“ Email support
Get started free
Pro
$79/month
  • โœ“ 100,000 emails/month
  • โœ“ Unlimited domains
  • โœ“ Full analytics
  • โœ“ Dedicated IP
  • โœ“ 24/7 support
Get started

Need higher volume? Contact us for a custom plan.

Built with compliance in mind
We take deliverability and responsible sending seriously. Every feature is designed to keep your emails out of spam.
๐Ÿ“‹

SPF / DKIM / DMARC

Full email authentication stack for every domain

๐Ÿ›ก๏ธ

FCrDNS / PTR Records

Forward-confirmed reverse DNS on all sending IPs

๐Ÿ“ง

CAN-SPAM / GDPR

Unsubscribe headers and suppression lists built-in

๐Ÿ”

Abuse Monitoring

Bounce and complaint tracking with automatic suppression

๐Ÿ“œ

Acceptable Use Policy

Strict AUP โ€” no spam, no phishing, no bulk unsolicited mail

Frequently asked questions

How do I get started?

Create a free account, add a sending domain, set up your DNS records (SPF, DKIM, DMARC), and generate an API key. You can send your first email in under 10 minutes.

Can I use BeyondSMTP as an SMTP relay?

Yes. Configure any email client or application to use mail.beyondsmtp.com:587 with STARTTLS and your SMTP credentials. Works with Thunderbird, Outlook, Sendmail, and any SMTP-compatible application.

What email types are supported?

BeyondSMTP is designed for transactional email โ€” password resets, order confirmations, notifications, and account emails. Marketing campaigns are not supported.

How does DKIM signing work?

When you add a domain, we generate a DKIM keypair. You add the public key as a TXT record on your domain. All outbound emails from that domain are automatically signed.

What happens when an email bounces?

Bounced addresses are automatically added to the global suppression list. Subsequent sends to those addresses are blocked, protecting your sender reputation.