set_catch_all
ActiveTool of run.domani/domani
Route 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.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"mailbox"
],
"properties": {
"domain": {
"type": "string",
"description": "Domain to set the catch-all on, e.g. mysite.com"
},
"mailbox": {
"type": "string",
"description": "Catch-all mailbox - a bare slug ('inbox') or full address ('inbox@mysite.com') on this domain"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries