{"id":37092594,"url":"https://github.com/ngrsoftlab/ngr-emailer","last_synced_at":"2026-02-04T13:45:04.448Z","repository":{"id":57596112,"uuid":"375075726","full_name":"NGRsoftlab/ngr-emailer","owner":"NGRsoftlab","description":"Tiny lib for email (with attachments) sending ","archived":false,"fork":false,"pushed_at":"2025-03-19T08:48:26.000Z","size":22,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-19T09:33:57.372Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/NGRsoftlab.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":"2021-06-08T16:27:46.000Z","updated_at":"2025-03-19T08:44:54.000Z","dependencies_parsed_at":"2024-06-06T11:09:22.191Z","dependency_job_id":null,"html_url":"https://github.com/NGRsoftlab/ngr-emailer","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.5,"last_synced_commit":"7383f085924265e93000dd28e135a5bf58e3bbfd"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/NGRsoftlab/ngr-emailer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NGRsoftlab%2Fngr-emailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NGRsoftlab%2Fngr-emailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NGRsoftlab%2Fngr-emailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NGRsoftlab%2Fngr-emailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NGRsoftlab","download_url":"https://codeload.github.com/NGRsoftlab/ngr-emailer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NGRsoftlab%2Fngr-emailer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28418061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"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":"2026-01-14T11:16:04.801Z","updated_at":"2026-01-14T11:16:05.578Z","avatar_url":"https://github.com/NGRsoftlab.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# emailer\nTiny lib for email (with attachments) sending (smtp, only login auth is supported now)\n\n# import\n```import \"github.com/NGRsoftlab/ngr-emailer\"```\n\n# example\n```\ns := NewSender(\n\t\t\"user@mail.com\",\n\t\t\"password\",\n\t\t\"user@mail.com\",\n\t\tfmt.Sprintf(\"%v:%v\", \"test.com\", \"587\"),\n\t)\n\n\t\terr := s.NewMessage(\n\t\t\u0026MessageParams{\n\t\t\tTopic:       \"topic\",\n\t\t\tContentType: HtmlContentType,\n\t\t\tCharset:     Utf8Charset,\n\t\t\tRecipients:  []string{\"user@test.ru\"},\n\t\t\tBody:        body,\n\t\t\tFiles: []AttachData{{\n\t\t\t\tFileName: \"test.txt\",\n\t\t\t\tFileData: []byte(\"test\"),\n\t\t\t}},\n\t\t})\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\terr = s.Send()\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngrsoftlab%2Fngr-emailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngrsoftlab%2Fngr-emailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngrsoftlab%2Fngr-emailer/lists"}