Skip to content

unsend-dev/unsend

Repository files navigation

Unsend Logo

The Open Source sending infrastructure.
Learn more »

Discord · Website · Issues

Join Unsend on Discord Github Stars License

About this project

As most of email products out there, Unsend also uses Amazon SES under the hood to send emails. We provide an open and alternative way to send emails reliably and cheaply with a great dashboard. You can also use Unsend manage contacts and send bulk emails(newsletter, product updates etc). We will take care of the subscriptions.

Currently we only support emails, but we plan to expand to other sending protocols like SMS, push notification and even whatsapp.

We are currently in beta and trying to rollout to public slowly. If you're interested join our waitlist or drop in a message in discord.

Features

  • Add domains
  • Transactional Mails
  • Rest API
  • Dashboard (Delivered, opened, clicked, bounced)
  • Marketing email
  • Webhook support
  • SMTP support
  • BYO AWS credentials

Community and Next Steps 🎯

We're currently working on opening unsend for public beta.

  • Check out the first source code release in this repository and test it.
  • Tell us what you think in the Discussions.
  • Join the Discord server for any questions and getting to know to other community members.
  • ⭐ the repository to help us raise awareness.
  • Spread the word on Twitter.
  • Fix or create issues, that are needed for the first production release.

Tech Stack

Local Development

Requirements

To run Unsend locally, you will need

  • Node.js (v18 or above)
  • Postgres SQL Database
  • Docker (optional)

Docker

We provide a Docker container for Unsend, which is published on both DockerHub and GitHub Container Registry.

DockerHub: https://hub.docker.com/r/unsend/unsend GitHub Container Registry: https://ghcr.io/unsend-dev/unsend You can pull the Docker image from either of these registries and run it with your preferred container hosting provider.

Please note that you will need to provide environment variables for connecting to the database, redis, aws and so forth.

For detailed instructions on how to configure and run the Docker container, please refer to the Docker Docker README in the docker directory.

Self Hosting

Checkout the Self hosting guide to learn how to self-host Unsend.

Also

Deploy on Railway