Send email with your stack

Working code for 30 stacks: install, send, and the one detail that trips people up in each. Every example carries the idempotency key, which is where most first requests fail.

Every guide is the same shape: install, the smallest send that actually works, what changes in that stack, and the mistake that costs half an hour there. The REST surface underneath is identical, so once one of them works the rest is the same three fields.

JavaScript and TypeScript

Python

PHP and Ruby

Compiled languages

Platforms and edge runtimes

No-code automation

Not listed here

Anything that can make an HTTPS request can send: one POST to https://sending.dev/api/v1/emails with a bearer key and a JSON body. See the REST reference for the full set of fields, or the quickstart for the shortest path from nothing to a delivered message.