---
title: "Resend Forward 4: Wrap Up"
slug: resend-forward-4-wrap-up
description: "Everything we launched during the fourth launch week."
created_at: "2025-04-01"
updated_at: "2025-04-01"
image: https://cdn.resend.com/posts/resend-forward-4-wrap-up.jpg
humans: ["zeno-rocha"]
featured: true
category: "product"
---

Today marks the end of [Resend Forward](/forward), our fourth launch week.

In the last seven days, we shipped five new features.

Here's a quick recap of what we launched:

- [Day 1: new.email Public Launch](#day-1-newemail-public-launch)
- [Day 2: Multiple Teams](#day-2-multiple-teams)
- [Day 3: Broadcast API](#day-3-broadcast-api)
- [Day 4: Multiplayer Editor](#day-4-multiplayer-editor)
- [Day 5: React Email 4.0](#day-5-react-email-40)

If you prefer watching instead of reading, check out this video:

<YouTube videoId="uH-9nFThdlk" />

## Day 1: new.email Public Launch

On Monday, we publicly launched [new.email](https://new.email), a new product that helps you build beautiful, responsive, and cross-platform emails using natural language.

Start by creating a template and refine it until it looks great.

<video
  src="https://cdn.resend.com/posts/new-email-public-launch-1.mp4"
  autoPlay
  loop
  muted
  playsInline
  className="extraWidth"
/>

To test how your emails look in real life, you can send them to your own inbox using Resend.

<LinkCard
  title="new.email"
  description="Build beautiful, responsive, and cross-platform emails using natural language."
  url="/blog/new-email-public-launch"
  image="https://cdn.resend.com/posts/new-email-public-launch.jpg"
/>

## Day 2: Multiple Teams

Many people use Resend for multiple projects—whether different clients or they use Resend for both personal and work projects.

That's why we added support for multiple teams.

<video
  src="https://cdn.resend.com/posts/multiple-teams-1.mp4"
  autoPlay
  loop
  muted
  playsInline
  className="extraWidth"
/>

Each team is distinct, with its own API keys, billing, and usage.

You can create as many new teams as you need.

<LinkCard
  title="Multiple Teams"
  description="Create and join multiple workspaces using the same email address."
  url="/blog/multiple-teams"
  image="https://cdn.resend.com/posts/multiple-teams.jpg"
/>

## Day 3: Broadcast API

Behind Broadcasts, our no-code editor, lies a quietly powerful system that can queue, throttle, and send millions of emails.

We're excited to expose the full broadcast experience to developers. Send HTML, plain text, or React (with the Node.js SDK) to any audience.

<video
  src="https://cdn.resend.com/posts/broadcast-api-1.mp4"
  autoPlay
  loop
  muted
  playsInline
  className="extraWidth"
/>

The Broadcast API offers [6 endpoints](/docs/api-reference/broadcasts/create-broadcast) for creating, updating, and sending broadcasts. As with all endpoints, the Broadcast API enjoys full SDK coverage.

<LinkCard
  title="Broadcast API"
  description="Create, edit, and send broadcasts from the API."
  url="/blog/broadcast-api"
  image="https://cdn.resend.com/posts/broadcast-api.jpg"
/>

## Day 4: Multiplayer Editor

The new multiplayer editor makes email creation a truly collaborative experience.

Teams can now draft content in real-time. You can see your teammates' cursors in real-time as they move through the editor.
- Coordinate edits and avoid conflicts
- See who's actively reviewing content
- Get immediate feedback from stakeholders

<video
  src="https://cdn.resend.com/posts/multiplayer-editor-2.mp4"
  autoPlay
  loop
  muted
  playsInline
  className="extraWidth"
/>

You can see your teammates' styling changes updated in real-time as they tweak the design.

All the font sizes, background colors, and custom CSS changes are visible to everyone.

<LinkCard
  title="Multiplayer Editor"
  description="Collaborate, write, and edit broadcasts in real-time with your team."
  url="/blog/multiplayer-editor"
  image="https://cdn.resend.com/posts/multiplayer-editor.jpg"
/>

## Day 5: React Email 4.0

On Friday, we announced a new major version of [react.email](https://react.email) featuring:

- **[Linter](/blog/react-email-4#linter)**
- **[Spam Score](/blog/react-email-4#spam-score)**
- **[Compatibility Checker](/blog/react-email-4#compatibility-checker)**
- **[Responsive Preview](/blog/react-email-4#responsive-preview)**
- **[New Components](/blog/react-email-4#new-components)**

<video
  src="https://cdn.resend.com/posts/react-email-4-1.mp4"
  autoPlay
  loop
  muted
  playsInline
  className="extraWidth"
/>

This version also includes **8 components** for you to create beautiful emails inspired by [Tailwind UI](https://tailwindui.com) and [shadcn/ui](https://ui.shadcn.com).

<LinkCard
  title="React Email 4.0"
  description="A completely new set of tools to help you build better emails."
  url="/blog/react-email-4"
  image="https://cdn.resend.com/posts/react-email-4.jpg"
/>

## Looking Forward

We hope you enjoyed the new features we launched last week.

See you in the next one.
