Email

Step-by-step guides for sending, tracking, and operating transactional email in production with Routee.

These tutorials go beyond the quickstart — covering webhook receivers, bounce handling, production auth patterns, and deliverability best practices.

Topics covered

  • Send paths — HTTP API and SMTP relay
  • Delivery callbacks — receive status, open, and click webhooks
  • Webhook security — build a reliable, secure receiver endpoint
  • Bounce handling — interpret delivery statuses and manage suppressions
  • Production patterns — token caching, retries, exponential backoff
  • Deliverability — SPF/DKIM, content hygiene, warmup, List-Unsubscribe

Tutorials in this section

#TutorialWhat it covers
1Send your first transactional emailHTTP API send end to end
2Send transactional email via SMTPRelay through SMTP
3Receive delivery callbacksConfigure and handle webhooks
4Build & secure a webhook receiverHTTPS, secret tokens, idempotency
5Handle bounces & interpret statusesBOUNCED, FAILED, DEFERRED lifecycle
6Production auth & retriesToken refresh, 401/403, backoff
7Deliverability checklistSPF/DKIM, content, warmup, unsubscribe