reloop.emailTest addresses

Safe deliverability testing

Email addresses for testing — without the reputation damage

Send to these reloop.email addresses to simulate delivery events. No fake domains, no hard bounces against real providers — just predictable outcomes for webhooks, APIs, and dashboards.

Simulate delivery events

Each address maps to a single event. Copy one and send from your app.

Email successfully deliveredDelivered

Simulates a clean delivery. Use this to verify webhooks, open tracking, and happy-path flows.

delivered@reloop.email
Hard bounce from the recipient providerBounced

Generates an SMTP 550 5.1.1 ("Unknown User") response so you can test bounce handling safely.

bounced@reloop.email
Recipient marked the email as spamComplained

Simulates a spam complaint so you can stop sending and protect your domain reputation.

complained@reloop.email
Address blocked by the suppression listSuppressedNo labels yet

Simulates a suppression (e.g. previous bounce). Delivery is stopped before send.

suppressed@reloop.email

Labeling support

Most test addresses accept a +label after the local part. Use labels to separate flows, match webhooks, and keep parallel test runs tidy.

delivered+signup@reloop.email
bounced+checkout@reloop.email
complained+weekly@reloop.email

Note: suppressed@reloop.email does not support labeling yet. Suppression reason will indicate the address was previously bounced.

Avoid

  • Sending to fake addresses or made-up domains
  • Using @example.com / @test.com
  • Intentionally hard-bouncing real mailboxes

Do this instead

  • Use the Reloop test addresses above
  • Wire webhooks for bounce & complaint events
  • Remove suppressed recipients from your lists