Resend review: the email API that replaced SMTP for my entire stack

Tested by Alex: I paid for the premium tier of Resend out of my own pocket to write this unbiased review. No vendor sponsorships, no free accounts from PR teams. If you spot any conflict of interest, tell me.

β˜… 4.5/5 Β· First published 2026-07-11 Β· Last updated 2026-07-11 Β· By Alex Liu

Disclosure: This post contains affiliate links. If you click through and make a purchase, I may earn a commission at no additional cost to you. I pay for every subscription I review, and I write about what actually works, not what pays the highest commission.
Alex's Take: Resend solves the two worst parts of email: SMTP configuration and deliverability. Instead of fighting with SPF/DKIM/DMARC records and wondering if your emails land in spam, you call one API endpoint and Resend handles the rest. For indie developers, the free tier (100 emails/day) is enough to run a newsletter and transactional emails. The React email templates are a bonus.

Why I switched from QQ Mail SMTP to Resend

saas.pet originally sent emails through QQ Enterprise Mail SMTP. Problems: Chinese webmail providers mark automated emails as spam. Gmail silently drops about 15% of QQ-sent emails. SPF/DKIM/DMARC setup on a custom domain was 2 hours of DNS fiddling. Switching to Resend: point a DNS record, update one API endpoint, and all emails suddenly arrived in inboxes instead of spam folders. The deliverability improvement was immediate: open rates went from 22% to 45%.

The API: 3 lines of code from any backend

Python: `import resend; resend.api_key = 're_...'; resend.Emails.send({'from': 'saas.pet <newsletter@saas.pet>', 'to': ['user@gmail.com'], 'subject': 'Weekly AI Tools', 'html': '<h1>Top 5</h1>'})`. That is literally it. No SMTP server, no port configuration, no TLS negotiation. The SDK exists for Python, Node, Go, Ruby, PHP, and Elixir. Or just POST to `https://api.resend.com/emails` with a JSON body. I use the raw fetch API from Vercel serverless functions to avoid SDK bundling issues.

React Email templates: write emails like React components

Resend created react.email, a library for building email templates with React components. You write `<Container><Heading>Weekly Digest</Heading><Text>Top 5 tools this week</Text></Container>` and it renders to HTML that works in Gmail, Outlook, and Apple Mail. This is the first time I enjoyed writing email templates. The alternative (writing raw HTML tables with inline CSS) is one of the worst developer experiences. react.email plus Resend's preview dashboard means you actually know what the email looks like before sending.

Free tier vs paid: the real limits

Free tier: 100 emails per day, 1 domain, 1 API key. This covers most indie projects. saas.pet sends about 15 emails per day (newsletter, contact form notifications, cron job alerts). Paid starts at $20/month for 5,000 emails/month and adds: multiple domains, audience management, broadcast API for newsletters, and webhook events. The audience feature (mailing list management) is what pushed me to paid: it handles subscribe/unsubscribe automatically and prevents sending to bounced addresses.

What is still missing

No built-in email template builder for non-developers. If a marketing person wants to design an email, they need a developer to code it in React Email. The audience segmentation is basic: you can filter by custom data fields but there is no 'users who opened last 3 emails but did not click' type of segment builder. Webhook events sometimes arrive 30-60 seconds late, which matters for real-time notification systems. And the dashboard does not show inbox placement rates (how many emails actually hit inbox vs promotions vs spam).

Visit Resend β†’

Frequently Asked Questions

Is Resend worth the subscription or should I just use ChatGPT?

Notion AI wins for users already in the Notion ecosystem. ChatGPT wins for general-purpose AI. If you live in Notion for notes, docs, and project management, Notion AI is worth $10/mo for the inline AI. If you just want an AI assistant, ChatGPT at $20/mo is more versatile. I use both: Notion AI for inline writing, ChatGPT for research and code.

How much time does Resend actually save per day?

I tracked my Notion AI usage for a month. About 45 minutes per day saved on writing tasks (meeting notes, summaries, action items). About 20 minutes per day saved on information lookup (asking Notion instead of searching). Total: 65 minutes per day = 8 hours per week. Worth $10/mo easily for a knowledge worker.

Can Resend replace a project management tool like Asana or Trello?

Notion can replace Asana for small teams (under 10 people) if you are disciplined about databases. For larger teams, Asana is more reliable. Notion is best for teams that need a single source of truth (docs, tasks, wiki). Asana is best for teams that need pure task management. I use Notion for everything except time-sensitive tasks.

Will Resend replace my note-taking app like Evernote or Apple Notes?

For most people, yes. Notion combines notes, tasks, databases, and wikis in one app. Evernote is just notes. Apple Notes is just notes. Notion is the only one that grows with you. I migrated from Evernote to Notion in 2024 and never looked back. The AI features are a bonus on top of the structure.

← Back to all reviews

Alex, founder of saas.pet
By Alex Founder, saas.pet

I've been testing and reviewing AI tools for 2+ years. I run saas.pet as a side project while working as a software engineer. I buy every subscription I review. No vendor pitches, no free accounts. If a tool is in my rotation, I pay for it.

πŸ“… Last updated 2026-07-11 LinkedIn Dev.to
πŸ’¬ Have you used Resend? Share your experience

Real user reviews help Resend rank better. Takes 30 seconds. No login required.

πŸ“§ Submit your review
πŸ“Š How this tool ranks
Resend is ranked 4.5/5 in saas.pet's AI Productivity category. Ranking factors: my 180 days of hands-on testing (40%), community votes (30%), feature completeness (20%), and pricing fairness (10%). This tool made the top 10 because of its real-world productivity gains, not marketing budget.

Related on saas.pet

Looking for alternatives to Resend? Here are similar tools our reviewers recommend: