{"id":16712802,"url":"https://github.com/merrychap/smtp","last_synced_at":"2025-03-15T05:18:04.659Z","repository":{"id":113311910,"uuid":"73480312","full_name":"merrychap/smtp","owner":"merrychap","description":":mailbox: SMTP protocol implementation","archived":false,"fork":false,"pushed_at":"2016-12-15T16:36:50.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T20:48:29.163Z","etag":null,"topics":["attachment","protocol","recipients","smtp","smtp-client","smtp-protocol"],"latest_commit_sha":null,"homepage":"","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/merrychap.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}},"created_at":"2016-11-11T13:35:00.000Z","updated_at":"2018-06-03T14:29:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee041a90-7814-4d47-be78-74afafc85dc5","html_url":"https://github.com/merrychap/smtp","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/merrychap%2Fsmtp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merrychap%2Fsmtp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merrychap%2Fsmtp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merrychap%2Fsmtp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/merrychap","download_url":"https://codeload.github.com/merrychap/smtp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685654,"owners_count":20330995,"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":["attachment","protocol","recipients","smtp","smtp-client","smtp-protocol"],"created_at":"2024-10-12T20:44:06.509Z","updated_at":"2025-03-15T05:18:04.648Z","avatar_url":"https://github.com/merrychap.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SMTP Implementation\n\n### General description\nThis is smtp protocol implementation\n\n### Requirements\n- Python 3.*\n\n### Arguments for running\nArgument | Description\n-------- | -----------\n--fromaddr | \"From\" address for an email\n--passwd | Password from \"From\" account for sending\n--toaddrs | List of \"To\" addresses for an email\n--subj | Subject of an email\n--server | SMTP server for sending an email\n--msg | Text of message\n--dis-enc | Disable encryption\n--attach | Attachments for an email\n--archive | Archives all attachments to an archive\n\n### Distribution mode\nThere are 3 modes of email distribution\n- 1: For different recipients there are different instances of message\n- 2: One message instance for all recipients\n- 3: Custom mode. There you can specify different groups of distribution. For example, (1 2) (3 4). It means that there are 2 instances of message. By one for each group.\n\n### How to send email?\n```sh\n$ python3 smtp_console.py [--keys ...]\n```\nIf you didn't specify keys for running then you will be asked to input them\n\n### Already done\n- [X] Sending text emails\n- [X] Email with attachments\n- [X] Enable/disbale encryption\n- [X] Automatic archiving attachments\n- [X] Different distribution modes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerrychap%2Fsmtp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerrychap%2Fsmtp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerrychap%2Fsmtp/lists"}