Introduction
Learn how to send emails using Reloop SMTP relay.
SMTP Integration
Reloop provides a high-performance SMTP relay that allows you to send emails from any application, mail client, or framework that supports SMTP.
SMTP Credentials
To connect to the Reloop SMTP server, use the following configuration settings:
| Setting | Value |
|---|---|
| Host | smtp.reloop.sh |
| Port | 587 (TLS) or 2525 / 25 |
| Username | Your Reloop API Key |
| Password | Your Reloop API Key |
| Encryption | SSL/TLS (465) or STARTTLS (587) |
Code Examples
Configure standard SMTP library examples or explore step-by-step guides for your language:
Nodemailer (Node.js)
Standard Node SMTP using Nodemailer.
Python SMTP
Built-in smtplib Python SMTP.
Go SMTP
Built-in net/smtp Go implementation.
PHP SMTP
Standard PHP SMTP connection.
Ruby SMTP
Standard Ruby Net::SMTP integration.
Rust SMTP
Lettre SMTP library for Rust.
Was this page helpful?
- Need help? Contact Support.
- Chat with Reloop developers on Discord.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.