{"id":19839527,"url":"https://github.com/xeaone/email","last_synced_at":"2026-05-01T21:02:23.628Z","repository":{"id":45455765,"uuid":"513302820","full_name":"xeaone/email","owner":"xeaone","description":"X-Email a Deno email client","archived":false,"fork":false,"pushed_at":"2023-12-08T21:09:32.000Z","size":36,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T22:20:49.953Z","etag":null,"topics":["api","deno","email","javascript","sendgrid","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/xeaone.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":"2022-07-12T21:55:38.000Z","updated_at":"2024-04-24T17:24:10.000Z","dependencies_parsed_at":"2025-02-28T19:17:10.913Z","dependency_job_id":"68b19205-5c7c-48e0-8a32-0e2af8402fda","html_url":"https://github.com/xeaone/email","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"5f38b3684a47d3526ea4b1d1420293dffed8bbe3"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/xeaone/email","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeaone%2Femail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeaone%2Femail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeaone%2Femail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeaone%2Femail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xeaone","download_url":"https://codeload.github.com/xeaone/email/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeaone%2Femail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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","deno","email","javascript","sendgrid","typescript"],"created_at":"2024-11-12T12:23:00.059Z","updated_at":"2026-05-01T21:02:23.607Z","avatar_url":"https://github.com/xeaone.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# X-Email\n\nA Deno email API that uses web providers without any dependencies. See the [examples](./examples/send.ts).\n\n## Example\n\n```ts\nimport Email from 'https://deno.land/x/xemail/mod.ts';\n\nconst email = new Email();\n\nemail.key(key);\nemail.client('sendgrid');\n\nconst { html, text, attachments } = email.template({\n    title: 'Foo Bar',\n    provider: 'Super Man',\n    link: 'https://foobar.com/',\n    content: {\n        firstName: 'foo',\n        lastName: 'bar',\n    },\n});\n\nconst result = await email.send({\n    name: 'Plants',\n    subject: 'Free Planting 🍑 🍆',\n    from: 'noreply@',\n    to: ['@gmail.com'],\n    html,\n    text,\n    attachments,\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxeaone%2Femail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxeaone%2Femail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxeaone%2Femail/lists"}