The Resend Gazette is an open source exploration of Resend.
The project is published at resend-gazette.vercel.app.
- NextJS
- Tailwind
- React Email
The home route offers three options:
- Sign up with an attachment (immediate send)
- Sign up with a schedule (sends in 1 minute)
- Cancel scheduled email
The unsubscribe route removes a contact from the audience.
Emails are created with React Email and include unsubscribe headers and links to the unsubscribe route.
When emails are sent, the user is also added to an audience.
Both canceling a scheduled email and adding an email to the unsubscribe route removes the user from the email list.