{"id":23722677,"url":"https://github.com/remko/smtp-http-proxy","last_synced_at":"2025-10-26T10:42:44.325Z","repository":{"id":66455261,"uuid":"60859797","full_name":"remko/smtp-http-proxy","owner":"remko","description":"Tiny SMTP to HTTP bridge","archived":false,"fork":false,"pushed_at":"2019-10-06T15:59:59.000Z","size":128,"stargazers_count":27,"open_issues_count":4,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-03T23:43:08.181Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://el-tramo.be/smtp-http-proxy","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-10T15:54:09.000Z","updated_at":"2024-04-08T15:33:37.000Z","dependencies_parsed_at":"2023-02-20T23:31:07.995Z","dependency_job_id":null,"html_url":"https://github.com/remko/smtp-http-proxy","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/remko/smtp-http-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remko%2Fsmtp-http-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remko%2Fsmtp-http-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remko%2Fsmtp-http-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remko%2Fsmtp-http-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remko","download_url":"https://codeload.github.com/remko/smtp-http-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remko%2Fsmtp-http-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281092779,"owners_count":26442440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-30T23:55:26.822Z","updated_at":"2025-10-26T10:42:44.320Z","avatar_url":"https://github.com/remko.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [smtp-http-proxy: Tiny SMTP to HTTP bridge](https://el-tramo.be/smtp-http-proxy)\n\n`smtp-http-proxy` is a lightweight daemon that posts incoming SMTP requests\nto an HTTP URL as JSON.\n\nThis is useful for services that use SMTP for things like reporting, \nsuch as [HAProxy](http://haproxy.org)'s `email-alert`.\n\n\n## Installing\n\n### Alpine\n\n    echo http://cdn.el-tramo.be/alpine/smtp-http-proxy \u003e\u003e /etc/apk/repositories\n    apk --allow-untrusted --no-cache add smtp-http-proxy\n\n### Debian Stable (Jessie)\n\n    echo 'deb http://cdn.el-tramo.be debian/smtp-http-proxy/' \u003e\u003e /etc/apt/sources.list\n    apt-get update\n    apt-get install smtp-http-proxy\n\n## Building\n\n    scons\n\n\n## Usage\n\nThe following will start listening for SMTP connections on port 25 of all interfaces,\nand send incoming messages to `https://example.com/receive-mail`\n\n    smtp-http-proxy --bind 0.0.0.0 --port 25 --url https://example.com/receive-mail\n\nThe given URL will get a HTTP `POST` request with an `application/json` body,\nof the following form:\n\n    {\n      \"envelope\": {\n        \"from\": \"\u003csender@example.com\u003e\",\n        \"to\": [\n          \"\u003creceiver1@example.com\u003e\",\n          \"\u003creceiver2@example.com\u003e\"\n        ]\n      },\n      \"data\": \"From: sender@example.com\\nDate: Sun, 12 Jun 2016 18:03:51 +0200\\nSubject: Message\\n\\nThis is a message\"\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremko%2Fsmtp-http-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremko%2Fsmtp-http-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremko%2Fsmtp-http-proxy/lists"}