{"id":17102091,"url":"https://github.com/djrobstep/emailx","last_synced_at":"2025-04-13T00:36:42.299Z","repository":{"id":57426157,"uuid":"101847900","full_name":"djrobstep/emailx","owner":"djrobstep","description":"Extremely simple emailing for python","archived":false,"fork":false,"pushed_at":"2017-11-16T12:30:27.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T00:36:37.218Z","etag":null,"topics":[],"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/djrobstep.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}},"created_at":"2017-08-30T06:52:21.000Z","updated_at":"2018-12-14T04:18:45.000Z","dependencies_parsed_at":"2022-09-19T06:01:11.367Z","dependency_job_id":null,"html_url":"https://github.com/djrobstep/emailx","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/djrobstep%2Femailx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djrobstep%2Femailx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djrobstep%2Femailx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djrobstep%2Femailx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djrobstep","download_url":"https://codeload.github.com/djrobstep/emailx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650415,"owners_count":21139671,"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":[],"created_at":"2024-10-14T15:28:09.375Z","updated_at":"2025-04-13T00:36:42.278Z","avatar_url":"https://github.com/djrobstep.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# emailx: easy as hell email sending for python\n\nInstall like this:\n\n    pip install emailx\n\nUse like this:\n\n    from emailx import Email, smtp_connection\n\n    SMTP = 'smtp.example.com'\n\n    LOGIN = ('alex', 'password123')\n\n    dummy_recipients = 'Alex \u003calex+testing@example.com\u003e'\n\n    with smtp_connection(SMTP, LOGIN) as c:\n        e = Email(\n            source='Alex \u003calex@example.com\u003e',\n            subject='Hello',\n            body='Body',\n            html_body='\u003chtml\u003eBody\u003c/html\u003e',\n            to_addresses='Bobby \u003cbobby@example.com',\n            bcc_addresses='Kim \u003ckim@example.com\u003e',\n            attachments={\n              'a.csv': csv_data\n            }\n        )\n        c.send(e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjrobstep%2Femailx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjrobstep%2Femailx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjrobstep%2Femailx/lists"}