zimbres / SmtpToHttp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 package.

About

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

License:MIT License


Languages

Language:C# 89.9%Language:Dockerfile 10.1%