{"id":28568508,"url":"https://github.com/rubix-studios-pty-ltd/payload-unsend","last_synced_at":"2025-07-23T05:34:45.523Z","repository":{"id":298069011,"uuid":"998328749","full_name":"rubix-studios-pty-ltd/payload-unsend","owner":"rubix-studios-pty-ltd","description":"This email adapter allows PayloadCMS to utilise Unsend both hosted and selfhosted instances to send emails.","archived":false,"fork":false,"pushed_at":"2025-07-15T17:43:42.000Z","size":450,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-16T13:39:12.411Z","etag":null,"topics":["adapter","cms","email","payload-plugin","payloadcms","payloadcms-3","payloadcms-v3","plugin","unsend"],"latest_commit_sha":null,"homepage":"https://rubixstudios.com.au","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/rubix-studios-pty-ltd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"rubixvi","buy_me_a_coffee":"rubixstudios"}},"created_at":"2025-06-08T11:31:46.000Z","updated_at":"2025-07-15T17:43:45.000Z","dependencies_parsed_at":"2025-07-15T21:34:59.714Z","dependency_job_id":"e70a5a2b-8a4f-403d-b1fb-a260a831da66","html_url":"https://github.com/rubix-studios-pty-ltd/payload-unsend","commit_stats":null,"previous_names":["rubixvi/email-unsend","rubix-studios-pty-ltd/payload-unsend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rubix-studios-pty-ltd/payload-unsend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubix-studios-pty-ltd%2Fpayload-unsend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubix-studios-pty-ltd%2Fpayload-unsend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubix-studios-pty-ltd%2Fpayload-unsend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubix-studios-pty-ltd%2Fpayload-unsend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubix-studios-pty-ltd","download_url":"https://codeload.github.com/rubix-studios-pty-ltd/payload-unsend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubix-studios-pty-ltd%2Fpayload-unsend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265619369,"owners_count":23799414,"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":["adapter","cms","email","payload-plugin","payloadcms","payloadcms-3","payloadcms-v3","plugin","unsend"],"created_at":"2025-06-10T16:15:01.002Z","updated_at":"2025-07-23T05:34:45.490Z","avatar_url":"https://github.com/rubix-studios-pty-ltd.png","language":"TypeScript","funding_links":["https://github.com/sponsors/rubixvi","https://buymeacoffee.com/rubixstudios"],"categories":[],"sub_categories":[],"readme":"# Unsend REST Email Adapter\n\nThis adapter allows PayloadCMS to send emails using the [Unsend](https://unsend.dev) REST API.\n\n[![npm version](https://img.shields.io/npm/v/@rubixstudios/payload-unsend.svg)](https://www.npmjs.com/package/@rubixstudios/payload-unsend)\n\n## Installation\n\n```sh\npnpm add @rubixstudios/payload-unsend\n```\n\n## Usage\n\n- Sign up for a [Unsend](https://unsend.dev) account\n- Set up a domain\n- Create an API key\n- Set API key as UNSEND_API_KEY environment variable\n- Set your Unsend base url as UNSEND_URL environment variable\n- Configure your Payload config\n\n```ts\n// payload.config.js\nimport { unsendAdapter } from '@rubixstudios/payload-unsend'\n\nexport default buildConfig({\n  email: unsendAdapter({\n    defaultFromAddress: 'hello@rubixstudios.com.au',\n    defaultFromName: 'Rubix Studios',\n    apiKey: process.env.UNSEND_API_KEY || '',\n    unsendurl: process.env.UNSEND_URL || 'https://rubixstudios.com.au'\n  }),\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubix-studios-pty-ltd%2Fpayload-unsend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubix-studios-pty-ltd%2Fpayload-unsend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubix-studios-pty-ltd%2Fpayload-unsend/lists"}