tsg-ut / smtp2http

A tiny software that receive a smtp request (email) and send it to the specified webhook as a http post request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMTP2HTTP (email-to-web)

smtp2http is a simple smtp server that resends the incoming email to the configured web endpoint (webhook) as a basic http post request.

Installation

  • binaries: go to releases page and choose your distribution.
  • go: go install github.com/tsg-ut/smtp2http

Usage

smtp2http --listen=:25 --webhook=http://localhost:8080/api/smtp-hook --strict=true

Help

smtp2http --help

Release (tsg-ut)

git tag v3.1.4
git push v3.1.4

Author

uFlare Company was the original author.

About

A tiny software that receive a smtp request (email) and send it to the specified webhook as a http post request


Languages

Language:Go 83.8%Language:Shell 16.2%