{"id":17543130,"url":"https://github.com/zzzsochi/smtp-faker","last_synced_at":"2025-04-23T23:48:46.121Z","repository":{"id":57468762,"uuid":"48007399","full_name":"zzzsochi/smtp-faker","owner":"zzzsochi","description":"Smtp server for development","archived":false,"fork":false,"pushed_at":"2018-09-01T15:15:30.000Z","size":21,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-23T23:48:39.612Z","etag":null,"topics":["development","smtp","smtp-server"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/zzzsochi.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2015-12-14T23:25:39.000Z","updated_at":"2023-11-13T19:46:33.000Z","dependencies_parsed_at":"2022-09-19T08:41:23.793Z","dependency_job_id":null,"html_url":"https://github.com/zzzsochi/smtp-faker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzzsochi%2Fsmtp-faker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzzsochi%2Fsmtp-faker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzzsochi%2Fsmtp-faker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzzsochi%2Fsmtp-faker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zzzsochi","download_url":"https://codeload.github.com/zzzsochi/smtp-faker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250535099,"owners_count":21446505,"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":["development","smtp","smtp-server"],"created_at":"2024-10-21T00:22:58.519Z","updated_at":"2025-04-23T23:48:46.062Z","avatar_url":"https://github.com/zzzsochi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==========\nSMTP Faker\n==========\n\nSMTP server for development.\n\n------------\nInstallation\n------------\n\nJust PIP:\n\n.. code:: bash\n\n    $ pip install smtp-faker\n    $ smtp-faker --http=localhost:8080 --smtp=0.0.0.0:8025\n\nOr Docker:\n\n.. code:: bash\n\n    $ docker run --rm -it -p 8080:80 -p 8025:25 --name smtp-faker zzzsochi/smtp-faker\n\n\n------------------\nSend test messages\n------------------\n\n.. code:: bash\n\n    $ python3 -m smtp_faker.test N\n    $ python3 -m smtp_faker.test HOST:PORT N\n\n.. code:: bash\n\n    $ python3 -m smtp_faker.test localhost:8025 10\n\n.. code:: bash\n\n    $ docker exec -it smtp-faker python3 -m smtp_faker.test 10\n\n\n---\nAPI\n---\n\nURLs\n----\n\n* `GET /messages`\n* `GET /messages/:id`\n* `GET /messages/:id/plain`\n* `GET /messages/:id/html`\n* `GET /messages/:id/raw`\n* `/ws`\n.. * `POST /messages/:id/forward`\n\nMessage object\n--------------\n\n:id: str\n:ts: ISO-date timestamp\n:size: int, size in bytes\n:headers: message headers\n\n    :From: sender address\n    :To: recievers\n    :Subject: message subject\n\n    ...and other headers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzzsochi%2Fsmtp-faker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzzzsochi%2Fsmtp-faker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzzsochi%2Fsmtp-faker/lists"}