Prerequisites
Before you start, you’ll need:- A Resend API key
- A verified domain
1
Install
Get the Nodemailer package.
2
Send email using SMTP
When configuring your SMTP integration, you’ll need to use the following credentials:
- Host:
smtp.resend.com - Port:
465 - Username:
resend - Password:
YOUR_API_KEY
index.ts
Examples
Nodemailer SMTP Example
See the full source code.