For the complete documentation index, see llms-docs.txt or the site index llms.txt. Full docs corpus: llms-full-docs.txt. Prefer the markdown version of this page at /docs/examples/smtp/introduction.md. Product capabilities: skill.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

SMTP Relay for Transactional Email

Connect any SMTP client to Reloop's transactional email relay. Host, ports, TLS, and API key auth for Nodemailer, PHPMailer, Python, Go, Ruby, and Rust.

SMTP Credentials

To connect to the Reloop SMTP server, use the following configuration settings:

SettingValue
Hostsmtp.reloop.sh
Port587 (TLS) or 2525 / 25
UsernameYour Reloop API Key
PasswordYour Reloop API Key
EncryptionSSL/TLS (465) or STARTTLS (587)

Code Examples

Configure standard SMTP library examples or explore step-by-step guides for your language:

Node.js

Nodemailer (Node.js)

Standard Node SMTP using Nodemailer.

Read Guide →GitHub ↗
Python

Python SMTP

Built-in smtplib Python SMTP.

Read Guide →GitHub ↗
Go

Go SMTP

Built-in net/smtp Go implementation.

Read Guide →GitHub ↗
PHP

PHP SMTP

Standard PHP SMTP connection.

Read Guide →GitHub ↗
Ruby

Ruby SMTP

Standard Ruby Net::SMTP integration.

Read Guide →GitHub ↗
Rust

Rust SMTP

Lettre SMTP library for Rust.

Read Guide →GitHub ↗

Was this page helpful?

Edit this page