Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zimbres/smtptohttp

A worker service that listens for mail messages and sends them to an HTTP endpoint as a POST request
https://github.com/zimbres/smtptohttp

http smtp smtp2http smtp2json

Last synced: 6 days ago
JSON representation

A worker service that listens for mail messages and sends them to an HTTP endpoint as a POST request

Awesome Lists containing this project

README

        

# SmtpToHttp

>Smtp to Http. Listen for mail messages and send it to a http endpoint as a POST request.

Body of message must be plain text.

Valid JSON in the body message will be serialized into request body "message" object.

---

### Smtp server based on [cosullivan/SmtpServer ](https://github.com/cosullivan/SmtpServer) package.