Most "email APIs" you've used were a thin wrapper around someone else's deliverability problem. Relayly runs the actual MTAs, owns the IPs, signs the headers, and gives you the live signals you need to ship without surprises.
We run our own outbound mail-transfer agents in EU (Gravelines, FR) and Canada (BHS, QC). Pick a region per send for compliance or latency, or let us auto-route from the recipient's locale.
Every domain you verify gets a private 2048-bit RSA key generated in your account. We never share it across customers and never rotate without you triggering it. SPF, DKIM, and DMARC records are auto-suggested in the dashboard with copy-paste-ready values.
Gmail, Office 365, Yahoo, and Proofpoint each have their own quirks — and their own reputation tracks. Our worker classifies the recipient's MX, looks up your last 24h success at that provider, and picks the IP × domain pair most likely to land in the inbox.
| Provider | Best IP | 24h delivered |
|---|---|---|
| Gmail | mta-2 / mkt | 99.4% |
| O365 | mta-can-1 / tx | 98.7% |
| Yahoo | mta-3 / news | 97.2% |
| Proofpoint | mta-can-1 / tx | 96.9% |
New dedicated IPs start at 50 sends/day and ramp on a 14-day curve based on actual delivery success at each major provider. If Gmail starts deferring, we tighten the cap for Gmail specifically — not globally — so the rest of your traffic keeps flowing.
Every delivered, bounced, opened, clicked event is HMAC-SHA256 signed with a per-endpoint secret you rotate from the dashboard. Verify in 6 lines. Replay attacks defeated by a 5-minute timestamp window.
Opt-in transactional, but we also speak the marketing dialect when you need it: contact lists, predicate-based segments, drag-and-drop visual flows, double opt-in signup forms, and one-click List-Unsubscribe per RFC 8058 baked into every send.
Your stack already has whatever-it-is. We meet it. SMTP relay on port 587 for legacy code; REST + OpenAPI 3.1 spec + SDKs in 6 languages for everything new.
smtp.relayly.io:587No sales call. No contact-us-for-pricing. Just sign up, verify a domain, send.
Start sending free Read the docs