{"id":20892759,"url":"https://github.com/colorfulboard/tool_mail_sender","last_synced_at":"2026-04-29T04:07:17.553Z","repository":{"id":94670825,"uuid":"101716886","full_name":"COLORFULBOARD/tool_mail_sender","owner":"COLORFULBOARD","description":"Pythonから簡単にメールを送るためのsmtplibの簡単なラッパー","archived":false,"fork":false,"pushed_at":"2017-11-01T01:56:08.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-31T20:17:57.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/COLORFULBOARD.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":"2017-08-29T03:55:16.000Z","updated_at":"2017-08-29T06:31:22.000Z","dependencies_parsed_at":"2023-04-16T15:01:28.364Z","dependency_job_id":null,"html_url":"https://github.com/COLORFULBOARD/tool_mail_sender","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/COLORFULBOARD/tool_mail_sender","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COLORFULBOARD%2Ftool_mail_sender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COLORFULBOARD%2Ftool_mail_sender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COLORFULBOARD%2Ftool_mail_sender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COLORFULBOARD%2Ftool_mail_sender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/COLORFULBOARD","download_url":"https://codeload.github.com/COLORFULBOARD/tool_mail_sender/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COLORFULBOARD%2Ftool_mail_sender/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32410010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T03:46:11.172Z","status":"ssl_error","status_checked_at":"2026-04-29T03:37:55.317Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-18T10:13:52.730Z","updated_at":"2026-04-29T04:07:17.507Z","avatar_url":"https://github.com/COLORFULBOARD.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is this?\nPythonで簡単にメールを送るためのsmtplibの簡単なラッパーです。  \nthreadingで非同期処理しています。\n\n# How to use\n\nGmailであればこんな感じで動きます。\nただし、2段階認証有効にしていると認証で弾かれます。\n\n```python\nfrom mail_sender import MailSender\n\nmail_sender = MailSender(\n    user='XXX@gmail.com',\n    password='XXX@gmail.comのパスワード',\n    smtp='smtp.gmail.com',\n    port=587\n)\nmail_sender.send(\n    msg='本文',\n    title='タイトル',\n    to='宛先メールアドレス'\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolorfulboard%2Ftool_mail_sender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolorfulboard%2Ftool_mail_sender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolorfulboard%2Ftool_mail_sender/lists"}