For the complete site index, see llms.txt. Docs index: llms-docs.txt. Marketing corpus: llms-full.txt. Docs corpus: llms-full-docs.txt. Prefer markdown URLs where available (append .md).. Product skill: skill.md. Pricing: pricing.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

Definition

SMTP

The protocol servers use to move email across the internet (Simple Mail Transfer Protocol).

In detail

SMTP is the protocol for moving messages between MTAs. Your app might submit mail with SMTP (submission on port 587 with authentication) or with an HTTP API that turns into SMTP later. Between servers, MX hosts speak SMTP on port 25.

Commands like EHLO, MAIL FROM, RCPT TO, and DATA define the session. Responses use numeric codes: 2xx success, 4xx try again, 5xx permanent failure. TLS via STARTTLS encrypts the hop when both sides support it.

Reloop offers SMTP relay next to HTTP APIs so legacy apps can keep their existing mail libraries.

In Reloop

How SMTP shows up when you use Reloop, hosted or self-hosted.

View feature

Related

Nearby terms

Other words that often show up next to SMTP.

Ready to reach the inbox?

Built-in SPF/DKIM/DMARC setup, IP warming guidance, and real-time deliverability signals.