58 lines
2.1 KiB
Markdown
58 lines
2.1 KiB
Markdown

|
|
|
|
<h1 align="center">Plunk</h1>
|
|
|
|
<p align="center">
|
|
The Open-Source Email Platform
|
|
</p>
|
|
|
|
<p align="center">
|
|
<img src="https://img.shields.io/github/contributors/useplunk/plunk"/>
|
|
<img src="https://img.shields.io/github/actions/workflow/status/driaug/plunk-whitelabel/docker-build-prod.yml"/>
|
|
<img src="https://img.shields.io/docker/pulls/driaug/plunk"/>
|
|
<img src="https://img.shields.io/github/license/useplunk/plunk"/>
|
|
<img src="https://img.shields.io/github/stars/useplunk/plunk"/>
|
|
</p>
|
|
|
|
## 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
|
|
|
|
## Sponsors
|
|
Plunk is made possible by the support of our sponsors. If you self-host Plunk, consider supporting via [GitHub Sponsors](https://github.com/sponsors/driaug).
|
|
|
|
<div align="center">
|
|
<table>
|
|
<tr>
|
|
<td align="center" width="120">
|
|
<img src="https://avatars.githubusercontent.com/u/206509599?s=200&v=4" style="width:80px; height:80px; object-fit:contain;"/><br/>
|
|
<a href="https://every.news/?ref=useplunk.com">Everynews</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
## 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).
|
|
|
|
<a href="https://github.com/useplunk/plunk/graphs/contributors">
|
|
<img src="https://contrib.rocks/image?repo=useplunk/plunk" />
|
|
</a> |