惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
阮一峰的网络日志
阮一峰的网络日志
T
Tailwind CSS Blog
博客园 - 【当耐特】
量子位
博客园 - 叶小钗
有赞技术团队
有赞技术团队
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
博客园 - 司徒正美
爱范儿
爱范儿
美团技术团队
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
罗磊的独立博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
Hugging Face - Blog
Hugging Face - Blog
I
InfoQ
D
DataBreaches.Net
宝玉的分享
宝玉的分享

Resend RSS Feed

6 Tips for Accessible Emails Welcoming Manoel do Amaral, our new Brand Designer Welcoming Michael Vaz, our new Customer Success Engineer Six Steps to Improve Your Sender Reputation Welcoming Tatira Andrade, our new Executive Assistant Welcoming Pedro Ivo Hudson, our new Design Engineer Welcoming Diel Duarte, our new Open source Engineer Welcoming Areia Spinner, our new Recruiter Resend Forward: A Conference about Craft React Email 6.0 Custom Tracking Domains AI Email Editor Introducing Automations Welcoming Ahmed Tolba, our new SRE Engineer Welcoming Aneil Singh, our new Founding Account Executive Welcoming Lucas Motta, our new Software Engineer Welcoming Trey Knowles, our new Founding Account Executive Welcoming Anxhela Carciu, our new SRE Engineer Introducing DMARC Analyzer Welcoming Evan Thibodeau, our new Customer Success Engineer Welcoming Derich Pacheco, our new Software Engineer Welcoming Alec Ventura, our new Data Engineer Welcoming Felipe Freitag, our new Software Engineer Welcoming Mateusz Wos, our new Software Engineer Incident report for February 15, 2026 Email automation for OpenClaw How to Create a DevTools Agent Skill Introducing Email Skills Why You Should Embrace the Promotions Tab Slater Smith, our new Customer Success Engineer
React Email 4.0
Gabriel Miranda · 2025-03-28 · via Resend RSS Feed

We're excited to announce React Email 4.0, featuring:

  • Linter
  • Spam Score
  • Compatibility Checker
  • Responsive Preview
  • New Components

Update today and check the upgrade instructions below.

npm i react-email@latest

React Email now has 422,541 weekly downloads on npm, that is a 56% increase since the last major release 5 months ago.

We also have 15,509 stars on GitHub and would like to thank all the 154 contributors who made this possible.

Linter

The new Linter tool will analyze every link in your email to see if it's valid or not.

  • If the links are valid and returning a 200 response status
  • If the links are secure and using HTTPS instead of HTTP

It will also try to load every image in your email and recommend tips to improve it.

  • If the images are optimized and no bigger than 1 MB
  • If the images are accessible and contain alt text

Spam Score

The Spam Score will look at your email content and use a robust scoring framework to determine if the email is likely to be spam.

It's powered by SpamAssassin, the #1 open source anti-spam platform.

Here are some of the checks it performs:

  • If the email has common spam words related to pharmaceuticals, scams, or lottery.
  • If the email has an unusually high number of URLs in the email body.

Compatibility Checker

The new Compatibility Checker will see how well the HTML/CSS is supported across popular mail clients like Outlook, Apple Mail, and more.

It's powered by Can I Email, an open source repository of features and their compatibility for each email client.

There are hundreds of checks available, but here are some of the most common ones:

  • If the HTML contains <svg> which is not supported by Gmail
  • If the CSS contains display: flex which is not supported by Outlook

Responsive Preview

React Email now comes with a Responsive Preview, so you can see how your email will look like on different device sizes.

There are presets for mobile and desktop, and you can also customize the width/height of the preview.

New Components

We've added 8 new components that you can copy and paste into your emails.

They include Bento Grids, Pricing Tables, Feature Lists, Ratings, and more.

Upgrade instructions

Update your react-email package to 4.0.x.

You can also check if you have any missing dependencies for your emails to be bundled.

Conclusion

If you want to know all the details about this release, check the React Email Changelog.

If you have any problems upgrading, feel free to share on GitHub or X.