An open API service indexing awesome lists of open source software.

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

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