{"id":18574444,"url":"https://github.com/proofrock/mailrg","last_synced_at":"2025-11-01T17:30:36.869Z","repository":{"id":231925321,"uuid":"783052756","full_name":"proofrock/mailrg","owner":"proofrock","description":"A HTTP endpoint to send emails","archived":false,"fork":false,"pushed_at":"2024-04-06T20:20:45.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-26T14:45:04.164Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/proofrock.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}},"created_at":"2024-04-06T20:07:32.000Z","updated_at":"2024-10-06T08:26:46.000Z","dependencies_parsed_at":"2024-04-06T21:25:47.662Z","dependency_job_id":"ec8f9c43-79b8-42a9-8f14-57f7bacb2a15","html_url":"https://github.com/proofrock/mailrg","commit_stats":null,"previous_names":["proofrock/mailrg"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proofrock%2Fmailrg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proofrock%2Fmailrg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proofrock%2Fmailrg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proofrock%2Fmailrg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proofrock","download_url":"https://codeload.github.com/proofrock/mailrg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239311199,"owners_count":19618008,"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":"2024-11-06T23:15:25.512Z","updated_at":"2025-11-01T17:30:36.826Z","avatar_url":"https://github.com/proofrock.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MailRG\n\nThis app implements a server that opens a POST endpoint that, when invoked with a JSON that describes an email message, sends the message.\n\nThe endpoint is `serve/`, and the JSON is:\n\n```bash\n{\n    \"token\": \"CorrectHorseBatteryStaple\",\n    \"from\": \"john.doe@gmail.com\",\n    \"to\": [\"me@johndoe.it\"],\n    \"cc\": [\"you@johndoe.it\"],\n    \"bcc\": [\"secret@johndoe.it\"],\n    \"subject\": \"Hey!\",\n    \"body\": \"Fun! \u003cb\u003eCool!\u003c/b\u003e\",\n    \"html\": true,\n    \"attachments\": [\"file1.txt\", \"file2.pdf\"]\n}\n```\n\nNote that the attachments are relative to the `DATA_DIR` specified, and `cc`, `bcc`, `to` and `attachments` nodes can be omitted.\n\nIt can be installed via Docker:\n\n```bash\ndocker run -p 2163:2163 -v $(pwd):/data \\\n  -e SMTP_SERVER=smtp.gmail.com \\\n  -e SMTP_USER=\"john.doe@gmail.com\" \\\n  -e SMTP_PASS=\"xyz\" \\\n  -e MAILRG_TOKEN=\"CorrectHorseBatteryStaple\" \\\n  germanorizzo/mailrg:latest\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproofrock%2Fmailrg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproofrock%2Fmailrg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproofrock%2Fmailrg/lists"}