{"id":26255110,"url":"https://github.com/patlux/smtp2http","last_synced_at":"2026-04-22T18:32:00.726Z","repository":{"id":211720658,"uuid":"729812471","full_name":"patlux/smtp2http","owner":"patlux","description":"Forwards incoming mails to a provided http rest endpoint","archived":false,"fork":false,"pushed_at":"2023-12-13T20:28:19.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-28T19:27:36.839Z","etag":null,"topics":["forward","http","proxy","rust","smtp"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/patlux.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":"2023-12-10T12:46:02.000Z","updated_at":"2025-12-29T21:59:18.000Z","dependencies_parsed_at":"2023-12-12T22:32:00.331Z","dependency_job_id":"5ca8642e-0516-4289-902f-3a651a3ebe17","html_url":"https://github.com/patlux/smtp2http","commit_stats":null,"previous_names":["patlux/smtp2http"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/patlux/smtp2http","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patlux%2Fsmtp2http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patlux%2Fsmtp2http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patlux%2Fsmtp2http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patlux%2Fsmtp2http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patlux","download_url":"https://codeload.github.com/patlux/smtp2http/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patlux%2Fsmtp2http/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32149421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["forward","http","proxy","rust","smtp"],"created_at":"2025-03-13T19:17:31.915Z","updated_at":"2026-04-22T18:32:00.707Z","avatar_url":"https://github.com/patlux.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# smtp2http\n\nA simple program which opens a smtp server and sends the incomings mails to your configured REST endpoint as POST request.\n\n```mermaid\nflowchart LR\n    incoming-mail--\u003esmtp;\n    smtp--\u003esmtp2http;\n    smtp2http--\u003ehttp;\n```\n\n## Getting Started\n\n```sh\ngit clone https://github.com/patlux/smtp2http.git\ncd smtp2http\ncargo run --release\n\n# Starts the smtp server on port 25\n# Sends all incoming mails as POST to http://localhost:1337/mail\nsudo ./target/release/smtp2http server 127.0.0.1:25 http://localhost:1337/mail\n\n# You can send a test mail to test if it's working\n./target/release/smtp2http send-test-mail smtp://127.0.0.1:25\n\n# Your web server at http://localhost:1337/mail\n# should received a incoming POST request\n```\n\n## POST Data\n\nThe following data is sent to your configured REST endpoint.\n\n```json\n{\n  \"subject\": \"\u003cemail-subject\u003e\",\n  \"html\": \"\u003cemail-html-body\u003e\",\n  \"text\": \"\u003cemail-plain-text-body\u003e\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatlux%2Fsmtp2http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatlux%2Fsmtp2http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatlux%2Fsmtp2http/lists"}