A Python based SMTP server package and CLI that redirects incoming SMTP messages to upstream APIs like Google Chat, Slack and more!.
Project description
Mail2Beyond
Mail2Beyond is a Python-based SMTP server designed to redirect incoming SMTP messages to upstream APIs such as Google Chat, Slack, or even your own API! This includes a command line interface (CLI) that can be used to run Mail2Beyond as a standalone server, as well as a Python package that you can use to extend or integrate into your own applications.
Installation
To install Mail2Beyond, simply run the following command:
pip install mail2beyond
Usage
Before starting the Mail2Beyond server, you must create your configuration file. Once you have your configuration file ready, you can start the server by running:
mail2beyond --config /path/to/your/config.yml
Developer Documentation
How is This Useful?
Emails are often ignored due to the amount of spam we receive on a daily basis. Many systems and applications use SMTP to send mail alerts, notices and other information that may be important. This commonly causes important information to be overlooked or outright ignored. At the same time, many organizations are using real-time messaging services like Google Chat and Slack on a daily basis. Mail2Beyond allows you to redirect these important messages to these services to help keep your teams informed!
Beyond messaging services, Mail2Beyond can also be extended to include connectors to your own APIs to build out complex automation flows based on incoming SMTP messages.
How Does Mail2Beyond Work?
Mail2Beyond continually listens for incoming SMTP messages. When a message is received, the message is parsed and checked against a set of admin configured mappings that dictate which API connector is to be used. Mappings define which SMTP headers should be checked for a specific regular expression match. When a match is found, the email contents are parsed and sent to the upstream API using the connector specified in the mapping.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mail2beyond-1.0.3.tar.gz
.
File metadata
- Download URL: mail2beyond-1.0.3.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee5feba478cbde67e3e0746e734ad703438e5d2bfdf51c472db9454f679ff093 |
|
MD5 | a15e390da9cdb8562770eb34a6402df6 |
|
BLAKE2b-256 | c76a0d2e9457e2cfce8d6f370b36c3b37efd2539b34cfe89d8c462d6049f6a8e |
File details
Details for the file mail2beyond-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: mail2beyond-1.0.3-py3-none-any.whl
- Upload date:
- Size: 24.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1434c3c377ca271628b00c67b3d71eed2782ef8d6785e2810f6c1e9dcd703b5a |
|
MD5 | 32e8574982e01767b4b840d8b184f671 |
|
BLAKE2b-256 | 8138f88c6cf3478a90f5adfce87a5b4a696bc047b6df5f2293896b702b435082 |