This example shows how to use Resend with Nodemailer SMTP transport.
To get the most out of this guide, you’ll need to:
-
Replace
re_123456789
onindex.ts
with your API key. -
Install dependencies:
pnpm install
# or
npm install
# or
yarn
- Execute the following command:
pnpm dev
MIT License