{"id":26400661,"url":"https://github.com/priyangsubanerjee/onemail","last_synced_at":"2026-04-17T04:32:43.732Z","repository":{"id":170269738,"uuid":"646390860","full_name":"priyangsubanerjee/onemail","owner":"priyangsubanerjee","description":"Onemail is a simple, reliable API for sending html temaplates directly from your frontend app to your users' inbox.","archived":false,"fork":false,"pushed_at":"2023-08-02T10:43:24.000Z","size":185,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T14:44:44.813Z","etag":null,"topics":["api","nextjs","rest"],"latest_commit_sha":null,"homepage":"https://onemail.vercel.app","language":"JavaScript","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/priyangsubanerjee.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":"2023-05-28T08:43:16.000Z","updated_at":"2025-02-14T14:59:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"6fcf65c1-ea41-47d5-bee3-29a68008f9e8","html_url":"https://github.com/priyangsubanerjee/onemail","commit_stats":null,"previous_names":["priyangsubanerjee/mailman"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/priyangsubanerjee/onemail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyangsubanerjee%2Fonemail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyangsubanerjee%2Fonemail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyangsubanerjee%2Fonemail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyangsubanerjee%2Fonemail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/priyangsubanerjee","download_url":"https://codeload.github.com/priyangsubanerjee/onemail/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyangsubanerjee%2Fonemail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["api","nextjs","rest"],"created_at":"2025-03-17T14:36:25.585Z","updated_at":"2026-04-17T04:32:43.728Z","avatar_url":"https://github.com/priyangsubanerjee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Onemail\n\nOnemail is a simple, reliable API for sending html temaplates directly from your frontend app to your users' inbox.\n\n![name.png](https://magicbell.com/api/og-images?url=https://magicbell.ghost.io/content/images/2022/01/EmailAPIs.jpeg)\n\n## Getting Started\n\n- Generate credential from [here](https://onemail.vercel.app/)\n- Install `node-fetch` package\n\n```\nconst sendEmail = () =\u003e {\n\n    let endpoint = \"https://onemail.vercel.app/api/send\";\n\n    let params = {\n        to: \"\",\n        subject: \"\",\n        text: \"\",\n        html: \"\",\n        secret: \"\"\n    }\n\n    await fetch(endpoint, {\n        method: \"POST\",\n        body: JSON.stringify(params)\n    });\n\n    // email will be delivered in the background\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyangsubanerjee%2Fonemail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpriyangsubanerjee%2Fonemail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyangsubanerjee%2Fonemail/lists"}