Start integrating with third-party services and sending emails via SMTP.
When configuring your SMTP integration, you’ll need to use the following credentials:
smtp.resend.com
465
resend
YOUR_API_KEY
Replace YOUR_API_KEY
with an existing key or create a new API Key.
Ports help to instruct the type of security you want to use in your SMTP connection.
465
or 2465
.25
, 587
, or 2587
.If you don't know which port to use, we recommend using 465
.
One of the most common ways to use SMTP is to integrate with a third-party service.
Here are some integrations we documented for you:
Go to SMTP configuration page to start sending emails via SMTP.
Check the documentation to learn more about SMTP.