Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roman-koshchei/email-switch
Self-hosted email aggregation API. When 1 provider goes down, switch to another one.
https://github.com/roman-koshchei/email-switch
email email-sender self-hosted
Last synced: 22 days ago
JSON representation
Self-hosted email aggregation API. When 1 provider goes down, switch to another one.
- Host: GitHub
- URL: https://github.com/roman-koshchei/email-switch
- Owner: roman-koshchei
- License: mit
- Created: 2024-09-20T17:17:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T13:02:24.000Z (3 months ago)
- Last Synced: 2024-10-18T16:16:48.646Z (3 months ago)
- Topics: email, email-sender, self-hosted
- Language: C#
- Homepage: https://git.new/switch
- Size: 1.58 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Email Switch
It aggregates many Email Providers.
## Docker image
Use images with tag `latest` for production.
Images that are tagged with `main` can be broken, they are used for development.```bash
docker pull ghcr.io/roman-koshchei/email-switch:latest
```## Single exe
I added GitHub Action to build API as single executable for major platforms on releases.
Go to [latest release](https://github.com/roman-koshchei/email-switch/releases/latest) to find build for your OS.