Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/useplunk/plunk
The Open-Source Email Platform
https://github.com/useplunk/plunk
Last synced: about 1 month ago
JSON representation
The Open-Source Email Platform
- Host: GitHub
- URL: https://github.com/useplunk/plunk
- Owner: useplunk
- License: agpl-3.0
- Created: 2024-07-12T19:31:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T13:40:12.000Z (about 1 month ago)
- Last Synced: 2024-09-26T23:41:49.630Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://www.useplunk.com
- Size: 659 KB
- Stars: 2,710
- Watchers: 7
- Forks: 121
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - plunk - Source Email Platform | useplunk | 2942 | (TypeScript)
- awesome-repositories - useplunk/plunk - The Open-Source Email Platform (TypeScript)
- awesome-opensource-email - Plunk - Open-Source Email Platform - `GNU Affero General Public License v3.0`, `typescript` (Email Platform / Marketing Platform)
README
![card.png](/assets/card.png)
Plunk
The Open-Source Email Platform
## Introduction
Plunk is an open-source email platform built on top of AWS SES. It allows you to easily send emails from your
applications.
It can be considered as a self-hosted alternative to services
like [SendGrid](https://sendgrid.com/), [Resend](https://resend.com) or [Mailgun](https://www.mailgun.com/).## Features
- **Transactional Emails**: Send emails straight from your API
- **Automations**: Create automations based on user actions
- **Broadcasts**: Send newsletters and product updates to big audiences## Self-hosting Plunk
The easiest way to self-host Plunk is by using the `driaug/plunk` Docker image.
You can pull the latest image from [Docker Hub](https://hub.docker.com/r/driaug/plunk/).A complete guide on how to deploy Plunk can be found in
the [documentation](https://docs.useplunk.com/getting-started/self-hosting).## Contributing
You are welcome to contribute to Plunk. You can find a guide on how to contribute in [CONTRIBUTING.md](CONTRIBUTING.md).