Getting Started
SMTP support
A guide to integrate Unsend with SMTP
Prerequisites
You will need an API key and a verified domain to get the most out of this guide:
SMTP credentials
To set up your SMTP integration, you’ll need to provide the following credentials:
- Host:
smtp.unsend.dev
- Port:
465
,587
,2465
, or2587
- Username:
unsend
- Password:
YOUR-API-KEY
Example with Nodemailer
Following example with Nodemailer shows how you can send mails with SMTP support from Unsend and Nodemailer.