/smtpsink

An SMTP sink that accepts all emails and stores them locally. A Web UI and REST interface allows users to manually or programatically inspect the emails received.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

smtpsink

An SMTP sink. It accepts all email (with a list of addresses to reject) and then saves them to a file. At no time does it send any emails.

A web UI allows the user to review when emails were received and a REST API allows the user to programmatically check the same info.

Dependencies

Installation

$ sudo pip install smtpsink

Documentation

See http://lyda.github.io/smtpsink/ for complete API information (also contained in the doc directory).

Example Usage

This must be run as root. It needs to listen on port 25 for incoming emails.