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/guides/error-reloop-dev-domain.md. Product capabilities: skill.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

reloop.sh Domain Error

Why you cannot send from the reloop.sh domain via the public API.

Why you cannot send from the reloop.sh domain via the public send API.

Overview

reloop.sh (or your deployment's ONBOARDING_TEST_DOMAIN) is a Reloop-owned onboarding test domain. It is reserved for the onboarding Send email button — not for arbitrary customer domain setup.

If you call POST /api/mail/v1/send with a From address on that domain, Reloop returns an error directing you to use your own verified domain.

Common Causes

  • Using onboarding@reloop.sh (or similar) in a public /send request
  • Trying to add reloop.sh as a customer domain in the dashboard
  • Expecting open sandbox sends to any recipient from the platform domain

What works instead

1

Onboarding test

After generating an API key, click Send test email to me. That path sends only to your account email from the platform domain.

2

Production sending

Add your domain in the dashboard, finish DNS verification, then send with a From address on that domain.

3

Contact support

If a legitimate platform test fails, contact Reloop support with the error payload and approximate time.

Learn More

Was this page helpful?

Edit this page