https://github.com/resend/resend-nodemailer-smtp-example
This example shows how to use Resend with Nodemailer SMTP
https://github.com/resend/resend-nodemailer-smtp-example
Last synced: 11 months ago
JSON representation
This example shows how to use Resend with Nodemailer SMTP
- Host: GitHub
- URL: https://github.com/resend/resend-nodemailer-smtp-example
- Owner: resend
- License: mit
- Created: 2023-07-25T23:22:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T13:45:45.000Z (over 1 year ago)
- Last Synced: 2025-07-19T00:03:28.998Z (11 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Resend with Nodemailer SMTP transport
This example shows how to use Resend with [Nodemailer SMTP transport](https://nodemailer.com/smtp/).
## Prerequisites
To get the most out of this guide, you’ll need to:
* [Create an API key](https://resend.com/api-keys)
* [Verify your domain](https://resend.com/domains)
1. Replace `re_123456789` on `index.ts` with your API key.
2. Install dependencies:
```sh
pnpm install
# or
npm install
# or
yarn
```
3. Execute the following command:
```sh
pnpm dev
```
## License
MIT License