Which of my Mailgun domains can actually reach a stranger
Use “Which of my Mailgun domains can actually reach a stranger” in Recued. Reads the domain list and splits it on the two things that decide whether mail arrives. A sandbox domain only delivers to authorised recipients — sending to anyone else succeeds at the API and arrives nowhere, so "we are sending mail" is true and useless.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (20 steps)
page_size
clamp
Clamp setting limit between 1 and 1000
domains_raw
?
domains
default
Apply default
have_domains
template
Generate text from a template
fail: step.domains is_empty
domain_count
count
Count items in domains
state_values
pluck
Extract state from each item
states_seen
unique
Remove duplicates from
state_table
group_by
Group by state
type_values
pluck
Extract type from each item
types_seen
unique
Remove duplicates from
sandbox
filter
Filter by condition
sandbox_count
count
Count items in sandbox
real_domains
filter
Filter by condition
real_count
count
Count items in real domains
active
filter
Filter by condition
active_count
count
Count items in active
not_active
filter
Filter by condition
not_active_count
count
Count items in not active
card
to_summary
Format results as a summary card
sandbox_table
to_table
Format results as a data table
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
limit
setting
=
100
mailgun
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.