{"id":13826078,"url":"https://github.com/Py-Contributors/PyEmailer","last_synced_at":"2025-07-08T23:30:56.554Z","repository":{"id":52914781,"uuid":"271469767","full_name":"Py-Contributors/PyEmailer","owner":"Py-Contributors","description":"Send Emails In One Click With Python.","archived":false,"fork":false,"pushed_at":"2024-02-27T14:29:22.000Z","size":31,"stargazers_count":33,"open_issues_count":0,"forks_count":17,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-20T04:33:31.015Z","etag":null,"topics":["automation","codeperfectplus","email-sender","emaillist","hacktoberfest","python","python-automation","python3","regular-expression","regular-expressions","smtp-server","smtplib"],"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/Py-Contributors.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-06-11T06:31:20.000Z","updated_at":"2024-11-01T02:23:18.000Z","dependencies_parsed_at":"2024-11-20T06:15:08.880Z","dependency_job_id":null,"html_url":"https://github.com/Py-Contributors/PyEmailer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Py-Contributors/PyEmailer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Py-Contributors%2FPyEmailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Py-Contributors%2FPyEmailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Py-Contributors%2FPyEmailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Py-Contributors%2FPyEmailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Py-Contributors","download_url":"https://codeload.github.com/Py-Contributors/PyEmailer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Py-Contributors%2FPyEmailer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264365427,"owners_count":23596825,"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":["automation","codeperfectplus","email-sender","emaillist","hacktoberfest","python","python-automation","python3","regular-expression","regular-expressions","smtp-server","smtplib"],"created_at":"2024-08-04T09:01:31.797Z","updated_at":"2025-07-08T23:30:56.265Z","avatar_url":"https://github.com/Py-Contributors.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"![header](https://capsule-render.vercel.app/api?type=wave\u0026color=gradient\u0026height=300\u0026section=header\u0026text=PyEmailer\u0026fontSize=50)\n\n[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-360/)\n![issues](https://img.shields.io/github/issues/codePerfectPlus/PyEmailer?style=plastic)\n![forks](https://img.shields.io/github/forks/codePerfectPlus/PyEmailer)\n![stars](https://img.shields.io/github/stars/codePerfectPlus/PyEmailer)\n![License](https://img.shields.io/github/license/codePerfectPlus/PyEmailer)\n\n![Visitor Count](https://profile-counter.glitch.me/PyEmailer/count.svg)\n\n**Blog On Python, Machine Learning and Data Science Visit [CodePerfectPLus](http://codeperfectplus.herokuapp.com/)**\n\n## Create App Password in gmail.\n\n- GO to Account [setting/Security](https://myaccount.google.com/security)\n- click app password\n- Select APP -\u003e others, Select Device -\u003e Others\n- Copy paste the code in script.py `password` variable\n\n## Usage\n\n```bash\ngit clone https://github.com/codePerfectPlus/PyEmailer\ncd PyEmailer\n```\n\n```python\nfrom src.send_email import PyEmailer\n\nyour_email_id = \"your_email_id\"\nyour_app_password = \"your_app_password\"\nemail_subject = \"email_subject_here\"\nemail_content = \"\u003ch1\u003e Email Content can be html too\u003c/h1\u003e\"\nlistOfEmail = [\"destination1@gmail.com\", \"destination2@gmail.com\"]\n\npyemail = PyEmailer(your_email_id, your_app_password)\n\nif __name__ == \"__main__\":\n    pyemail.sendEmail(email_subject, email_content, listOfEmail)\n```\n\n## Upcoming features\n\n- file attachment in email\n- ~~RegEx to verify the Emails~~\n\n### Project\n\n- Project: PyEmailer\n- Author: CodePerfectPlus\n- Language: Python\n- Github: https://github.com/codePerfectPlus\n- Website: http://codeperfectplus.herokuapp.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPy-Contributors%2FPyEmailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPy-Contributors%2FPyEmailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPy-Contributors%2FPyEmailer/lists"}