smtp2http is a simple smtp server that resends the incoming email to the configured web endpoint (webhook) as a basic http post request.
docker run -p 25:25 smtp2http --webhook=http://some.hook/apigo get github.com/alash3al/smtp2httpsmtp2http --listen=:25 --webhook=http://localhost:8080/api/smtp-hook
smtp2http --help
Fork > Patch > Create Pull Request
$ claude mcp add smtp2http \
-- python -m otcore.mcp_server <graph>