{"id":19261166,"url":"https://github.com/ericklima-ca/mailmango","last_synced_at":"2026-06-18T17:32:29.359Z","repository":{"id":165572492,"uuid":"469479856","full_name":"ericklima-ca/mailmango","owner":"ericklima-ca","description":"Email service worker in Golang using Rabbitmq","archived":false,"fork":false,"pushed_at":"2022-03-22T03:41:48.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T00:08:07.778Z","etag":null,"topics":["golang","rabbitmq","smtp"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericklima-ca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-03-13T19:56:35.000Z","updated_at":"2022-03-13T20:09:05.000Z","dependencies_parsed_at":"2024-04-15T17:32:20.567Z","dependency_job_id":null,"html_url":"https://github.com/ericklima-ca/mailmango","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericklima-ca/mailmango","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericklima-ca%2Fmailmango","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericklima-ca%2Fmailmango/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericklima-ca%2Fmailmango/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericklima-ca%2Fmailmango/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericklima-ca","download_url":"https://codeload.github.com/ericklima-ca/mailmango/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericklima-ca%2Fmailmango/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34501474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["golang","rabbitmq","smtp"],"created_at":"2024-11-09T19:25:04.986Z","updated_at":"2026-06-18T17:32:29.340Z","avatar_url":"https://github.com/ericklima-ca.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MAILMANGO\n## INTRODUCTION\nA mailing service worker to [Bago](https://github.com/ericklima-ca/bago).\nIt receives messages from a queue on the rabbitmq server and send email as requested, if the message is valid. \nThe message must have the format like [Message](#message-struct).\nTo connect to the server, set `RABBITMQ_URL` environment variable.\nFor now, it only accepts the gmail server (setted host and port to `\"smtp.gmail.com:465\"`).\nIn this case, it is needed set `EMAIL_ADDR` and `EMAIL_PASS` environments variables, where `EMAIL_PASS` is the password got like [this](https://support.google.com/accounts/answer/185833?hl=en).\n## MESSAGE STRUCT\n``` go\ntype message struct {\n\tTo      []string `json:\"to,omitempty\"`\n\tSubject string   `json:\"subject,omitempty\"`\n\tBody    string   `json:\"body,omitempty\"`\n}\n```\n## TODOS\n- [ ] Add validator hooks for package mailer.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericklima-ca%2Fmailmango","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericklima-ca%2Fmailmango","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericklima-ca%2Fmailmango/lists"}