{"id":20760377,"url":"https://github.com/vanng822/postfix","last_synced_at":"2025-12-24T11:56:13.012Z","repository":{"id":57538853,"uuid":"180426834","full_name":"vanng822/postfix","owner":"vanng822","description":"Sending mail through postfix SMTP server","archived":false,"fork":false,"pushed_at":"2025-01-31T19:17:52.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T20:23:55.238Z","etag":null,"topics":["golang","mail","postfix","premailer","smtp"],"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/vanng822.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":"2019-04-09T18:30:12.000Z","updated_at":"2025-01-31T19:16:55.000Z","dependencies_parsed_at":"2024-11-26T12:19:59.758Z","dependency_job_id":"525f8dc7-dd8b-4774-b1f4-246d96bc841b","html_url":"https://github.com/vanng822/postfix","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fpostfix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fpostfix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fpostfix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fpostfix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanng822","download_url":"https://codeload.github.com/vanng822/postfix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243076652,"owners_count":20232436,"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":["golang","mail","postfix","premailer","smtp"],"created_at":"2024-11-17T10:13:24.041Z","updated_at":"2025-12-24T11:56:12.979Z","avatar_url":"https://github.com/vanng822.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postfix\n\nSending mail through postfix SMTP server\n\n# example\n\n```go\nimport (\n\t\"github.com/vanng822/postfix\"\n)\nfromAddr := postfix.NewAddress(from, fromEmail)\ntoAddr := postfix.NewAddress(to, toEmail)\nmsg, err := postfix.MultipartMessage(fromAddr, toAddr, subject, text, html)\nif err != nil {\n\tlog.Fatal(\"Postfix mailing with error\", err)\n}\nerr := postfix.Send(msg)\nif err != nil {\n\tlog.Fatal(\"Postfix mailing with error\", err)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanng822%2Fpostfix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanng822%2Fpostfix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanng822%2Fpostfix/lists"}