{"id":21436759,"url":"https://github.com/modfin/mmailer","last_synced_at":"2026-01-28T14:04:28.469Z","repository":{"id":57642059,"uuid":"434232567","full_name":"modfin/mmailer","owner":"modfin","description":"Service that unifies third party email providers, Mandrill, Sendgrid, Mailjet and generic SMTP into a an api","archived":false,"fork":false,"pushed_at":"2025-12-02T16:57:34.000Z","size":106,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-05T15:29:10.044Z","etag":null,"topics":["mail","mailchimp","mailjet","mandrill","sendgrid","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/modfin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSES_DEP","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-02T13:31:48.000Z","updated_at":"2025-12-02T16:57:38.000Z","dependencies_parsed_at":"2024-06-20T10:21:40.656Z","dependency_job_id":"03862f51-c8f5-4e3e-a1e8-ebeab5e39ced","html_url":"https://github.com/modfin/mmailer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/modfin/mmailer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modfin%2Fmmailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modfin%2Fmmailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modfin%2Fmmailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modfin%2Fmmailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modfin","download_url":"https://codeload.github.com/modfin/mmailer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modfin%2Fmmailer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"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":["mail","mailchimp","mailjet","mandrill","sendgrid","smtp"],"created_at":"2024-11-23T00:15:13.357Z","updated_at":"2026-01-28T14:04:28.465Z","avatar_url":"https://github.com/modfin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mMailer\n**Unify email services into 1 api for transactional email, have redundancies, traffic and avoid vendor locking**\n\n```bash\nSELECT_STRATEGY=RoundRobin \\\nSERVICES=\"generic:smtp://user:pass@smtp.server.com:25 mailjet:pubkeyXXXX:secretkeyYYYY\" \\\nmmailerd\n \n# Services:\n#  - Generic: posthooks are not implmented, adding smtp://user:pass@smtp.server.com:25\n#  - Mailjet: add the following posthook url  example.com/path/to/mmailer/posthook?service=mailjet\n# Select Strategy: RoundRobin\n# Retry Strategy:  None\n\n# \u003e Send mail by HTTP POST example.com/path/to/mmailer/send?key=\n\n# Starting server, :8080\n```\n\n\n```bash\ncurl 'http://localhost:8080/send' \\\n  --data-binary \\\n  $'{\"from\": {\"email\": \"jon.doe@example.com\",\n              \"name\": \"Jon Doe\"    },\n     \"to\": [{\"email\": \"jane.doe@example.com\",\n             \"name\": \"Jane Doe\"}],\n     \"subject\": \"A subject\",\n     \"html\": \"\u003cp\u003e\u003cstrong\u003eHey\u003c/strong\u003e this is where the html gose\u003c/p\u003e\"\n    }' --compressed\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodfin%2Fmmailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodfin%2Fmmailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodfin%2Fmmailer/lists"}