Categorygithub.com/tsg-ut/smtp2http
repositorypackage
2.1.0+incompatible
Repository: https://github.com/tsg-ut/smtp2http.git
Documentation: pkg.go.dev

# README

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.