Skip to content
InboxThreads
268
Automation & lifecyclePosted by devon_builds · Full-stack dev

Resend + React Email is the cleanest transactional setup I've used

We moved transactional email to Resend last quarter. Coming from SendGrid, the difference in developer experience is night and day. Templates are just React components (React Email), the API is one POST, and domain auth was automatic.

For pure transactional — receipts, password resets, notifications — I can't think of a reason to use anything heavier on a React/Next stack. Curious how people handle the marketing side though, since Resend's broadcast stuff is newer.

#resend#transactional#developer

Tools mentioned in this thread

4 comments

Sorted by best · 268 thread votes

    • saas_founder_eFounder2 months ago

      We pair Resend (transactional) with Loops (marketing + lifecycle). Loops being contact-based with unlimited sends keeps marketing predictable, Resend bills per email for transactional. Two tools, but each is great at its job.

      45ReplyShare
      • devon_buildsFull-stack dev2 months ago

        That's the exact split we're considering. Did the double cost end up worth it vs. one all-in-one?

        19ReplyShare
      • saas_founder_eFounder2 months ago

        For us yes — the clean separation is worth it. If you want one tool, Loops alone covers both decently for early stage. We just like Resend's React Email enough to keep it for transactional.

        27ReplyShare
    • marketer_melMarketing lead2 months ago

      On the marketing side, if your constraint is producing nice on-brand campaigns rather than the API, an AI-native tool can generate the creative and you export HTML. We generate in Brew and it slots in fine alongside a dev-owned transactional setup.

      16ReplyShare

Threads on InboxThreads reflect individual member opinions. Always verify vendor claims against official documentation.