Send transactional email
Trigger password resets, OTPs, magic links, receipts, confirmations, account alerts, and product notifications through REST, SDKs, or SMTP relay.
One API surface for product email: transactional sending, SMTP relay, inbound webhooks, suppressions, domain authentication, delivery events, and privacy-focused aliases with EU/EEA-hosted primary service data.
Need provider-level comparison? Review Postscale as an EU transactional email provider for product teams.
A focused API surface with production controls, predictable resources, and the operational visibility to run email confidently.
Trigger password resets, OTPs, magic links, receipts, confirmations, account alerts, and product notifications through REST, SDKs, or SMTP relay.
Point MX records at Postscale and receive parsed inbound messages, headers, bodies, attachments, and sender metadata as signed JSON webhooks.
Move Rails, Django, Laravel, WordPress, PHP, and legacy systems by swapping SMTP host and credentials instead of rewriting send code.
Hard bounces, complaints, unsubscribes, and manual blocks are checked before sending so known-bad recipients do not keep damaging reputation.
Create masked addresses for signup flows, marketplaces, feedback tools, and support workflows where users should not expose their real inbox.
Track delivered, bounced, deferred, and complained events, import provider suppressions, review DMARC reports, and ramp new senders deliberately.
The public API uses explicit resources and familiar JSON. Move from a first request to production without changing integration models.
Read API docsawait fetch("https://api.postscale.io/v1/send", {
method: "POST",
headers: {
"Authorization": `Bearer ${process.env.POSTSCALE_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
from: "Acme <hello@acme.example>",
to: ["user@example.com"],
subject: "Confirm your account",
html_body: "<p>Your verification code is 482193.</p>",
text_body: "Your verification code is 482193.",
tags: ["verification"]
}),
});The dedicated sending page for password resets, OTPs, receipts, confirmations, alerts, and product notifications.
Read moreUse SMTP relay when an existing app, framework, CMS, or legacy system already sends mail through SMTP.
Read moreReceive email as signed parsed webhooks for support inboxes, reply handling, and email-driven workflows.
Read moreHow Postscale combines EU/EEA-hosted primary service data, masked aliases, suppressions, DMARC reports, and clear GDPR documentation.
Read moreCompare Postscale with SES when raw sending cost is not the only buying criterion.
Read morePlan endpoint mapping, webhook migration, suppression imports, DNS changes, and staged cutover.
Read moreAn email API lets your application send or receive email through HTTP, SDKs, SMTP credentials, and webhooks instead of operating mail servers directly.
Yes. REST sends and SMTP-originated sends share the same verified domains, logs, suppressions, and webhook event pipeline.
No. Postscale focuses on transactional and product email workflows: verification, password reset, receipts, account alerts, inbound replies, masked aliases, and app notifications.
Outbound usage counts per accepted recipient, including To, Cc, and Bcc. Accepted inbound messages count toward the same monthly quota.
The free tier includes everything required to evaluate the API. No credit card required.
Create a free account