Quickstart
Send your first email in under two minutes.
Send your first email in under two minutes. You'll need a verified sender domain and an API key — both available in the Console.
1. Get an API key
In the Console, open API Keys → Create key. Copy the secret *once* — it isn't shown again. Treat keys like passwords: never commit them to source control.
2. Verify a sender domain
Add a subdomain you control (for example mail.acme.io) and publish the three DNS records the Console generates. Re-run verification when you're done.
3. Send
Hit POST /v3/messages with the bearer token. wemail returns a message.id within ~80 ms; delivery state arrives later via webhooks or the events API.