Skip to content

Introduction

Transactional email is an automated message sent to a single recipient in response to a specific action, such as a password reset, order confirmation, or account verification. Unlike marketing email sent in bulk, transactional email is triggered by user behavior and typically achieves open rates above 80%.

RelayPost is a developer-first email delivery platform that provides transactional email, campaign email, and SMTP relay through a REST API. It handles domain authentication (DKIM, SPF), bounce processing, and real-time delivery tracking so your team can focus on product instead of mail infrastructure.

RelayPost handles both transactional emails (password resets, receipts, alerts) and marketing campaigns (newsletters, broadcasts) through a single API.

  • REST API — send emails, manage templates, track delivery through standard HTTP endpoints
  • SMTP relay — drop-in replacement for any app that speaks SMTP
  • Domain authentication — automated DKIM key generation and DNS verification
  • Real-time tracking — delivery, open, bounce, and complaint events via webhooks
  • Suppression management — automatic bounce handling and manual suppression lists
  • Template engine — reusable email templates with variable substitution
  • Campaign builder — contact lists, segments, and broadcast sends
Your App → RelayPost API (or SMTP) → Email Queue → Delivery Engine → Recipient Inbox
Webhook Events → Your App
  1. You send an email via the API or SMTP
  2. RelayPost validates, queues, and delivers it
  3. Delivery events (delivered, bounced, opened) are sent to your webhook URL in real time

RelayPost uses two authentication methods:

MethodUse case
API KeyProgrammatic access via the REST API
SMTP CredentialsUsername/password for SMTP relay connections

Both are scoped to your organization and managed from the dashboard.

Quickstart — send your first email in 5 minutes

RelayPost is a developer-first email delivery platform that provides transactional email, campaign email, and SMTP relay through a REST API. It handles domain authentication (DKIM, SPF), bounce processing, and real-time delivery tracking.

RelayPost is built for developers who want a clean API without marketing-tool complexity. It offers both REST API and SMTP relay, automatic DKIM signing, real-time webhooks, and transparent pricing with a free tier of 100 emails per month.

RelayPost has a free tier that includes 100 emails per month with full API access, SMTP relay, domain authentication, and webhook tracking. Paid plans start at $5/month for 10,000 emails.

Yes. RelayPost provides an SMTP relay on port 587 (STARTTLS) and 465 (TLS). You can use it as a drop-in replacement for any application that sends email via SMTP — just update your SMTP settings.