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:

SettingValue
Hostsmtp.reloop.dev
Port587 (TLS) or 2525 / 25
UsernameYour Reloop API Key
PasswordYour Reloop API Key
EncryptionSTARTTLS

Sending an Email

Configure your application or service with these credentials to start routing emails through Reloop instantly.

Was this page helpful?

Edit this page