---
title: "Resend Forward: Wrap Up"
slug: resend-forward-wrap-up
description: "All about the new features we launched last week."
created_at: "2024-01-22"
updated_at: "2024-11-28"
image: https://cdn.resend.com/posts/resend-forward-wrap-up.jpg
humans: ["zeno-rocha"]
category: "product"
---

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

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

Here's a quick recap of what we launched:

- [Day 1: Send Marketing Emails with Resend Broadcasts](#day-1-send-marketing-emails-with-resend-broadcasts)
- [Day 2: Manage subscribers with Resend Audiences](#day-2-manage-subscribers-with-resend-audiences)
- [Day 3: Improving Time to Inbox in Asia](#day-3-improving-time-to-inbox-in-asia)
- [Day 4: Introducing the Batch Emails API](#day-4-introducing-the-batch-emails-api)
- [Day 5: React Email 2.0](#day-5-react-email-20)
- [Day 6: Introducing Light Mode](#day-6-introducing-light-mode)

## Day 1: Send Marketing Emails with Resend Broadcasts

<video
  src="https://cdn.resend.com/posts/send-marketing-emails-with-resend-broadcasts-3.mp4"
  autoPlay
  loop
  muted
  playsInline
  className="extraWidth"
/>

On Monday, we expanded Resend from being an email API to a no-code tool for technical and non-technical team members to engage with their audience.

Broadcasts are designed to help you send email blasts using our WYSIWYG editor, with extensive inbox support out-of-the-box thanks to [React Email](https://react.email).

It also comes with email testing, markdown support, performance tracking, and 1,000 contacts for free.

- **Read the [announcement](/blog/send-marketing-emails-with-resend-broadcasts)**
- **Go to the [dashboard](https://resend.com/broadcasts)**

## Day 2: Manage subscribers with Resend Audiences

<img
  src="https://cdn.resend.com/posts/manage-subscribers-using-resend-audiences-1.png"
  alt="Resend Audiences"
  className="extraWidth"
/>

On Tuesday, we announced a new way to manage recipients.

Audiences allows you to add, update, retrieve, and remove contacts without having to worry about the entire unsubscribe flow. All with our [9 new API endpoints](https://resend.com/docs/api-reference/audiences/create-audience).

Importing contacts is easy with our simple CSV wizard and comes with support for `email`, `first_name`, `last_name`, and `unsubscribed` as custom attributes.

- **Read the [announcement](/blog/manage-subscribers-using-resend-audiences)**
- **Go to the [dashboard](https://resend.com/audiences)**

## Day 3: Improving Time to Inbox in Asia

<img
  src="https://cdn.resend.com/posts/improving-time-to-inbox-in-asia-2.png"
  alt="Select a region when adding a domain"
  className="extraWidth"
/>

On Wednesday, we launched our first region in Asia: Tokyo, Japan.

With the Tokyo region, we're excited that now our users in Asia can take advantage of the multi-region benefits like faster delivery, easier account management, and increased resilience.

- **Read the [announcement](/blog/improving-time-to-inbox-in-asia)**
- **Add a [domain in Tokyo](https://resend.com/domains)**

## Day 4: Introducing the Batch Emails API

<img
  src="https://cdn.resend.com/posts/introducing-the-batch-emails-api-1.png"
  alt="Batch Queue System Architecture"
  className="extraWidth"
/>

On Thursday, we released a new batch API to send up to 100 emails in one request.

The Batch API has full SDK support, including: [Python](https://github.com/resend/resend-python), [Ruby](https://github.com/resend/resend-ruby), [PHP](https://github.com/resend/resend-php), [Go](https://github.com/resend/resend-go), and [Java](https://github.com/resend/resend-java).

- **Read the [announcement](/blog/introducing-the-batch-emails-api)**
- **See the [API Reference](https://resend.com/docs/api-reference/emails/send-batch-emails)**

## Day 5: React Email 2.0

<video
  src="https://cdn.resend.com/posts/react-email-2-2.mp4"
  autoPlay
  loop
  muted
  playsInline
  onClick="this.controls = true"
  className="extraWidth"
/>

On Friday, we continued our mission to create the best developer experience for email with a new major version of [react.email](https://react.email).

- **Read the [announcement](/blog/react-email-2)**
- **Go to the [changelog](https://react.email/docs/introduction)**

## Day 6: Introducing Light Mode

<video
  src="https://cdn.resend.com/posts/introducing-light-mode-1.mp4"
  autoPlay
  loop
  muted
  playsInline
  onClick="this.controls = true"
  className="extraWidth"
/>

On Saturday, we added a way for you to customize your Resend Dashboard experience with a light theme.

Powered by [Radix Colors](https://www.radix-ui.com/colors) and [Tailwind](https://tailwindcss.com/), we're excited to share how we implemented light mode into our product.

- **Read the [announcement](/blog/introducing-light-mode)**
- **Go to the [dashboard](https://resend.com)**

## Looking Forward

This is just the beginning of what we have planned for 2024.

Thank you for following along. See you in the next one.
