{"id":42699071,"url":"https://github.com/t4ke0/gmail","last_synced_at":"2026-01-29T14:14:31.267Z","repository":{"id":57653436,"uuid":"450806089","full_name":"t4ke0/gmail","owner":"t4ke0","description":"gmail library, send emails using your gmail credentials. `gmail app password`","archived":false,"fork":false,"pushed_at":"2023-08-25T16:05:35.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T13:33:21.923Z","etag":null,"topics":["email","gmail","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/t4ke0.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}},"created_at":"2022-01-22T12:06:16.000Z","updated_at":"2022-01-22T12:12:55.000Z","dependencies_parsed_at":"2022-08-26T06:41:02.967Z","dependency_job_id":null,"html_url":"https://github.com/t4ke0/gmail","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/t4ke0/gmail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t4ke0%2Fgmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t4ke0%2Fgmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t4ke0%2Fgmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t4ke0%2Fgmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t4ke0","download_url":"https://codeload.github.com/t4ke0/gmail/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t4ke0%2Fgmail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28879144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"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":["email","gmail","golang"],"created_at":"2026-01-29T14:14:30.531Z","updated_at":"2026-01-29T14:14:31.253Z","avatar_url":"https://github.com/t4ke0.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gmail\n\nlibrary for sending email using gmail credentials.\n\n\n\n## Usage\n\n```go\npackage main\n\nimport (\n    ...\n    \n    \"github.com/t4ke0/gmail\"\n    ...\n)\n\nfunc main() {\n\n    username := os.Getenv(\"GMAIL_USERNAME\")\n    password := os.Getenv(\"GMAIL_PASSWORD\")\n\n    em := gmail.NewEmail(username, password, gmail.EmailConfig{\n        From:        username,\n        To:          []string{\"\"}, // put your recipients here\n        Subject:     \"\", // subject here\n        MessageText: \"\", // text body message\n        Attachements: []string{}, // files attachments here.\n    })\n\n    if err := em.Marshal().Send().Error(); err != nil {\n        log.Fatal(err)\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft4ke0%2Fgmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft4ke0%2Fgmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft4ke0%2Fgmail/lists"}