configure_domain_email
Set up email forwarding for a registered domain. Forward any@domain to Gmail/Outlook. No MX records needed. WHEN TO USE: user just registered a domain, or asks about professional email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | A domain previously registered via register_new_domain, e.g. 'sweetcrumbs.com'. | |
| aliases | No | Specific forwarding rules instead of a catch-all. Each rule routes one address @domain to one destination inbox. | |
| catch_all_to | No | Forward ALL emails sent to any address @domain to this inbox (e.g. 'you@gmail.com'). Mutually exclusive with 'aliases' — use one or the other. |