{"id":20523168,"url":"https://github.com/documenso/nodemailer-resend","last_synced_at":"2025-07-11T11:35:53.416Z","repository":{"id":197118231,"uuid":"697814974","full_name":"documenso/nodemailer-resend","owner":"documenso","description":"NodeMailer Transport for sending email via the Resend SDK","archived":false,"fork":false,"pushed_at":"2024-08-23T01:18:47.000Z","size":164,"stargazers_count":12,"open_issues_count":5,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-27T09:04:39.951Z","etag":null,"topics":["nodemailer","nodemailer-transport","resend"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@documenso/nodemailer-resend","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/documenso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-09-28T14:29:48.000Z","updated_at":"2024-08-23T01:18:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c6500dc-f40e-4310-8d0a-adc262196b1e","html_url":"https://github.com/documenso/nodemailer-resend","commit_stats":null,"previous_names":["documenso/nodemailer-resend"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/documenso/nodemailer-resend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/documenso%2Fnodemailer-resend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/documenso%2Fnodemailer-resend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/documenso%2Fnodemailer-resend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/documenso%2Fnodemailer-resend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/documenso","download_url":"https://codeload.github.com/documenso/nodemailer-resend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/documenso%2Fnodemailer-resend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264795839,"owners_count":23665241,"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":["nodemailer","nodemailer-transport","resend"],"created_at":"2024-11-15T22:38:13.993Z","updated_at":"2025-07-11T11:35:53.383Z","avatar_url":"https://github.com/documenso.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nodemailer Resend\n\n\u003e Transport for sending email via the Resend SDK\n\n\u003cp align=\"left\"\u003e\n  \u003cimg alt=\"NPM Version\" src=\"https://img.shields.io/npm/v/%40documenso/nodemailer-resend\" /\u003e\n  \u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/documenso/nodemailer-resend\"\u003e\n  \u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/documenso/nodemailer-resend\"\u003e\n\u003c/p\u003e\n\n### Getting Started!\n\n#### Install the package\n\n```bash\nnpm install @documenso/nodemailer-resend\n```\n\n### Usage\n\n#### Create Nodemailer Transport\n\n```typescript\nimport { ResendTransport } from '@documenso/nodemailer-resend';\nimport { createTransport } from 'nodemailer';\n\nconst mailer = createTransport(\n  createTransport(\n    ResendTransport.makeTransport({\n      apiKey: process.env.NEXT_PRIVATE_RESEND_API_KEY || '',\n    }),\n  ),\n);\n```\n\n#### Send an Email\n\n```typescript\nmailer.sendMail({\n  from: 'timur@documenso.com',\n  to: 'zeno@resend.com',\n  subject: 'Hello from Resend!',\n  html: '\u003ch1\u003eHello world!\u003c/h1\u003e',\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocumenso%2Fnodemailer-resend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocumenso%2Fnodemailer-resend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocumenso%2Fnodemailer-resend/lists"}