ONLINE
Bento

Transactional Email Journey

This path is for teams sending password resets, receipts, verification emails, login links, order confirmations, and required account notices.


Goal

By the end, your application can send necessary account emails through Bento without exposing API keys, sending duplicates, or hurting deliverability.


  1. Read Transactional Email Operations.
  2. Set up sender authentication with DNS Setup.
  3. Pick an SDK or use the Emails API.
  4. Confirm your from address is an author in Bento.
  5. Implement sends server-side only.
  6. Rate limit every user-facing action that can send an email.
  7. Test with real inboxes and inspect the profile activity timeline.

Production Checklist

  • API keys are stored server-side.
  • Sender authentication is valid.
  • Password reset, login, invite, and signup endpoints are rate limited.
  • Retries cannot send duplicate messages.
  • Templates avoid user-controlled HTML and URL shorteners.
  • Support knows how to inspect bounces and failed sends.

Was this page useful?

Your answer helps us find docs that need work.