Set Catch-All
set_catch_allRoute any email sent to an unmatched address on a domain into a designated mailbox. Anything that does not match a mailbox, subaddress, or alias lands in the catch-all. The mailbox must already exist on the domain. API: PUT /api/domains/{domain}/email/catch-all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to set the catch-all on, e.g. mysite.com | |
| mailbox | Yes | Catch-all mailbox - a bare slug ('inbox') or full address ('inbox@mysite.com') on this domain |