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.dev |
| Port | 587 (TLS) or 2525 / 25 |
| Username | Your Reloop API Key |
| Password | Your Reloop API Key |
| Encryption | STARTTLS |
Sending an Email
Configure your application or service with these credentials to start routing emails through Reloop instantly.
Was this page helpful?