Encryption everywhere
TLS 1.3 in transit, AES-256 at rest.
Transactional and bulk email with sub-second sends, real-time delivery events, and inbox placement you can rely on. One clean API, fully managed by Coderyx.
99.99% deliverability · <200ms send latency · SOC 2 ready.
curl https://api.coderyx.com/v1/emails \ -H "Authorization: Bearer $CODERYX_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "from": "team@yourapp.com", "to": "user@example.com", "subject": "Welcome aboard", "html": "<h1>You'"'"'re in!</h1>" }'Powering email for teams in fintech, SaaS, and e-commerce.
Add the Coderyx client to your project with a single command.
npm install @coderyx/emailDrop your live key into your environment — never commit it.
CODERYX_API_KEY=cx_live_xxxxxxxxxxxxCall the API and you're delivering in seconds.
await cx.emails.send({ from: "team@yourapp.com", to: "user@example.com", subject: "Welcome aboard", html: "<h1>You're in!</h1>",});Sub-second sends for receipts, resets, and alerts.
Up to 100 messages in a single API call.
Reusable templates with typed merge variables.
Real-time delivery, open, click, and bounce events.
Queue for later or optimize per-recipient timing.
Automatic handling of bounces and unsubscribes.
SPF, DKIM, and DMARC configured and verified.
Searchable logs and delivery analytics, retained.
Safe retries with no duplicate sends, guaranteed.
We manage IP warming, authentication, and reputation so your mail reaches the inbox — not spam.
{ "type": "email.delivered", "created_at": "2026-06-25T10:08:21Z", "data": { "email_id": "cx_3f9a21b7", "to": "user@example.com", "from": "team@yourapp.com", "subject": "Welcome aboard", "tags": [{ "name": "category", "value": "welcome" }] }}/v1/emailsSend an email/v1/emails/batchSend up to 100 emails in one call/v1/emails/:idRetrieve an email's status/v1/emails/:id/cancelCancel a scheduled email/v1/domainsList authenticated domains/v1/domainsAdd & verify a sending domain/v1/eventsStream delivery eventsAuthenticated with Bearer tokens · JSON over HTTPS · Idempotent requests · 99.99% API uptime.
npm install @coderyx/emailpip install coderyxcomposer require coderyx/emailgem install coderyxgo get github.com/coderyx/email-goimplementation 'com.coderyx:email'dotnet add package Coderyx.Emailmix deps.get coderyxTLS 1.3 in transit, AES-256 at rest.
Granular keys with rotation and revocation.
Every action recorded and exportable.
Choose where your email data is stored.
Managed and integrated by Coderyx — we wire it into your app and own deliverability for you.
Both ways: we integrate top providers (Resend, SES, SendGrid, Postmark) into your app, or run a fully managed Coderyx-branded setup — whichever fits your needs and budget.
Get API access and we'll have you sending in days, not weeks.