Skip to main content

MIME E-mail forwarding script for Slack written in Python

Project description

MIME E-mail forwarding script for Slack written in Python.

I tested on Python 3.x and Postfix only. Please report test result and sample configuration on other MTAs.

Demo

Slack

Slack

Requirements

Getting Started

Install from PyPI

# Install email2slack
pip3 install email2slack

# Fetch configuration file from GitHub
cd /usr/local/etc/
curl -O https://raw.githubusercontent.com/mikoim/email2slack/master/email2slack

# Before using, You must edit config file
vim /usr/local/etc/email2slack

In this case, setuptools create script to call email2slack and place it in bin directory automatically. So you should use the script in Setup MTA section.

Install from GitHub repository

git clone https://github.com/mikoim/email2slack.git
cd email2slack

# Install dependencies
pip3 install -r requirements.txt

# Install email2slack
cp email2slack.py /usr/local/bin/email2slack.py && chmod +x /usr/local/bin/email2slack.py
cp email2slack /usr/local/etc/

# Before using, You must edit config file
vim /usr/local/etc/email2slack

Setup MTA

Postfix

vim /etc/postfix/aliases

...

# notice only, not forward
user: |/usr/local/bin/email2slack.py

# notice and forward e-mail to another user
user: anotheruser, |/usr/local/bin/email2slack.py

# notice and leave e-mail on same user
user: \user, |/usr/local/bin/email2slack.py

...

newaliases

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

email2slack-1.0.0a2.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page