Skip to content
Inbox OSS

SMTP Relay

Drop-in SMTP for apps you can't easily refactor

An authenticated SMTP relay service with TLS 1.3, anycast endpoints across six regions, and full enterprise deliverability tooling layered on every send. Plug Inbox OSS into WordPress, Rails ActionMailer, Django, Laravel, or any legacy mailer that speaks SMTP — DKIM signing, click tracking, suppression checks, FBL routing, and reputation monitoring are applied automatically, with zero code changes.

HOST     smtp.inbox.onesourcesoft.com
PORT     587 (STARTTLS) or 465 (TLS)
USER     apikey
PASS     $INBOX_API_KEY
AUTH     LOGIN, PLAIN, CRAM-MD5
TLS      Required (1.2 or 1.3)

Same intelligence as the API

Every email through SMTP gets the full treatment

DKIM signing, click/open tracking, suppression checks, FBL routing, reputation monitoring — all applied automatically.

Authenticated SMTP

Username + API key auth. Per-key rate limits and IP allowlists carry over from the API.

TLS 1.3 required

STARTTLS on 587 or implicit TLS on 465. Plaintext sessions are refused at the door.

Live diagnostics

See exactly which RCPT failed and why, in real time, from the dashboard.

Anycast endpoints

One hostname, six regions. Your client connects to the nearest healthy node.

High throughput

Pipelining and CHUNKING supported. Send thousands of RCPTs in a single session.

Categories + tags

Use X-INBOX-Category headers to tag mail. Stats split by tag in dashboards.

FAQ

Frequently asked questions about SMTP relay

An SMTP relay service is an authenticated outbound mail server that accepts messages from your application over the Simple Mail Transfer Protocol and forwards them to recipient mailbox providers — Gmail, Outlook, Yahoo, corporate mail systems — on your behalf. You need one because consumer ISPs and most cloud providers block outbound port 25 by default, and even when they do not, sending directly from an application server produces low inbox-placement rates because the originating IP lacks the reputation, DKIM signing, SPF alignment, and bounce-handling that mailbox providers require. Inbox OSS provides authenticated SMTP relay on ports 587 (STARTTLS) and 465 (implicit TLS) with full deliverability tooling layered on top: DKIM signing, suppression checks, feedback-loop routing, reputation monitoring, and per-IP warmup — all applied automatically to every message that passes through the relay.

Migrate your SMTP in a single config change.

Free plan includes 3,000 emails/month forever. No credit card required.