MCPcopy Index your code
hub / github.com/alash3al/smtp2http

github.com/alash3al/smtp2http @v3.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v3.1.0 ↗ · + Follow
8 symbols 15 edges 4 files 4 documented · 50%
What it actually does AI analysis from the code graph — generated when you open this
loading…
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

  • docker: docker run -p 25:25 smtp2http --webhook=http://some.hook/api
  • binaries: go to releases page and choose your distribution.
  • go: go get github.com/alash3al/smtp2http

Usage

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

Help

smtp2http --help

Contribution

Fork > Patch > Create Pull Request

Core symbols most depended-on inside this repo

transformStdAddressToEmailAddress
called by 9
helper.go
extractEmails
called by 0
helper.go
init
called by 0
vars.go
main
called by 0
main.go

Shape

Function 4
Struct 4

Languages

Go100%

Modules by API surface

message.go4 symbols
helper.go2 symbols
vars.go1 symbols
main.go1 symbols

For agents

$ claude mcp add smtp2http \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page