{"id":13936371,"url":"https://github.com/kz26/mailproxy","last_synced_at":"2025-04-13T09:40:45.405Z","repository":{"id":142048677,"uuid":"106210420","full_name":"kz26/mailproxy","owner":"kz26","description":"mailproxy is a simple SMTP proxy. It receives emails through an unencrypted, unauthenticated SMTP interface and retransmits them through a remote SMTP server that requires modern features such as encryption and/or authentication. mailproxy is primarily useful for enabling email functionality in legacy software that only supports plain SMTP.","archived":false,"fork":false,"pushed_at":"2024-05-06T18:54:14.000Z","size":4,"stargazers_count":196,"open_issues_count":5,"forks_count":30,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-27T01:11:12.238Z","etag":null,"topics":["cli","python","python3","smtp","smtp-client","smtp-server"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kz26.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2017-10-08T21:14:38.000Z","updated_at":"2024-10-27T12:18:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"0bcfdd03-b260-4148-9084-b4d4362f6d89","html_url":"https://github.com/kz26/mailproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kz26%2Fmailproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kz26%2Fmailproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kz26%2Fmailproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kz26%2Fmailproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kz26","download_url":"https://codeload.github.com/kz26/mailproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248693201,"owners_count":21146749,"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","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":["cli","python","python3","smtp","smtp-client","smtp-server"],"created_at":"2024-08-07T23:02:36.538Z","updated_at":"2025-04-13T09:40:45.382Z","avatar_url":"https://github.com/kz26.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# mailproxy\nmailproxy is a simple SMTP proxy. It receives emails through an unencrypted, unauthenticated SMTP interface and retransmits them through a remote SMTP server that requires modern features such as encryption (SSL, STARTTLS) and/or authentication (SMTP AUTH). mailproxy is primarily useful for enabling email functionality in legacy software that only supports plain SMTP.\n\n# Requirements\n* Python 3.5+\n* [aiosmtpd 1.1+](https://aiosmtpd.readthedocs.io)\n\n\n# Usage\n1. Create a config file (see below).\n2. Run mailproxy from the command line, e.g. `python mailproxy.py`.\n\nBy default, mailproxy looks for a `config.ini` in its own directory.\nIf you have placed your config file elsewhere, you can run mailproxy\nusing `python mailproxy.py \u003cconfig_file_path\u003e`.\n\n\n# Configuration\nAn example config file for a mailproxy instance that accepts emails locally on port 25 for delivery via Gmail appears below:\n```\n[local]\nhost = 127.0.0.1\nport = 25\n\n[remote]\nhost = smtp.gmail.com\nport = 465\nuse_ssl = yes\nstarttls = no\nsmtp_auth = yes\nsmtp_auth_user = USERNAME\nsmtp_auth_password = PASSWORD\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkz26%2Fmailproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkz26%2Fmailproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkz26%2Fmailproxy/lists"}