{"id":29151339,"url":"https://github.com/karpeleslab/pmail","last_synced_at":"2025-07-01T00:09:07.276Z","repository":{"id":176690576,"uuid":"658589268","full_name":"KarpelesLab/pmail","owner":"KarpelesLab","description":"simple package to generate MIME emails in Go","archived":false,"fork":false,"pushed_at":"2024-07-24T12:18:03.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-25T08:37:21.693Z","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/KarpelesLab.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":"2023-06-26T05:34:38.000Z","updated_at":"2024-07-24T12:17:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d614689-b4eb-4c37-b4a2-fc04d7244a65","html_url":"https://github.com/KarpelesLab/pmail","commit_stats":null,"previous_names":["karpeleslab/pmail"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/KarpelesLab/pmail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarpelesLab%2Fpmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarpelesLab%2Fpmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarpelesLab%2Fpmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarpelesLab%2Fpmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KarpelesLab","download_url":"https://codeload.github.com/KarpelesLab/pmail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarpelesLab%2Fpmail/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262870877,"owners_count":23377314,"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":"2025-07-01T00:09:02.849Z","updated_at":"2025-07-01T00:09:07.214Z","avatar_url":"https://github.com/KarpelesLab.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/github.com/KarpelesLab/pmail?status.svg)](https://godoc.org/github.com/KarpelesLab/pmail)\n\n# pmail\n\ngo-based email sending lib, including html emails, attachements, etc and with various email sending methods\n\n# Sample usage\n\n```go\n\tm := pmail.New()\n\tm.SetSubject(\"test\")\n\tm.SetFrom(\"test@localhost\")\n\tm.AddTo(\"bob@localhost\")\n\tm.SetBodyText(\"Hi\\nThis is an email!\\n\")\n\n\tm.Send(pmail.Sendmail) // on linux, if sendmail is configured\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarpeleslab%2Fpmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarpeleslab%2Fpmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarpeleslab%2Fpmail/lists"}