Ninjaclasher / email-router

A straightforward and efficient inbound email router.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 or a variation of it and is a more powerful version of Mailgun's inbound routing.

Installation

$ python3 -m pip install email-router

About

A straightforward and efficient inbound email router.

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%