Reference

Email

Delivery log, blast stats, unsubscribes, inbox, and custom domains.
remy-admin email

An app has a real inbox and a real outbox, and this is the operational view of both. On the sending side, list is the delivery log, down to mail that never reached the provider (unsubscribed, over the daily cap, sender not allowed), where most real failures hide. get opens one message with its bounce diagnostics, stats and batches/batch roll up rates and per-campaign counts, and status reports the current sender identity and today's quota. The unsubscribe list is first-class: suppressions reads it, suppress and unsuppress edit it.

On the receiving side, inbox lists inbound mail with sender and subject previews. An inbox row's id is its request-log id, so the full parsed message and the method that handled it are one lookup away. Custom domains run in two independent directions: domains governs the From identity (the DKIM and SPF records to publish, then a re-check), and inbound-domains sets up receiving at a customer's own domain, though an app already receives at its madewithremy.com subdomain with no setup at all.

12 entries