https://github.com/ninjaclasher/email-router
A straightforward and efficient inbound email router.
https://github.com/ninjaclasher/email-router
Last synced: 2 months ago
JSON representation
A straightforward and efficient inbound email router.
- Host: GitHub
- URL: https://github.com/ninjaclasher/email-router
- Owner: Ninjaclasher
- License: agpl-3.0
- Created: 2022-03-12T02:28:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T22:35:10.000Z (over 1 year ago)
- Last Synced: 2024-02-22T03:07:49.121Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Email Router
A straightforward and efficient inbound email router. This library allows you to route emails depending on its contents to different destinations with a concise YAML configuration. Combine "conditions" and "handlers" together to create "routes" that determine where to send each email.
This library is best used alongside SendGrid's [Inbound Parse](https://docs.sendgrid.com/for-developers/parsing-email/setting-up-the-inbound-parse-webhook) or a variation of it and is a more powerful version of Mailgun's [inbound routing](https://www.mailgun.com/inbound-routing/).
## Installation
```sh
$ python3 -m pip install email-router
```