start_domain_verification
Begin a domain-verification window: temporarily set the target domain's MX to verify.setip.io, start (or reuse) the EmailMCP SMTP receiver on :25, and forward any inbound mail for *@domain to forward_to so a human can grab a verification code from the provider (Apple/Google/etc). Auto-tears down after ttl_minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain whose MX is being temporarily redirected (must be a POC we own in setipio-api) | |
| forward_to | Yes | Address where verification mails are relayed in real time | |
| ttl_minutes | No | Auto-teardown after this many minutes (default 60) | |
| real_mx_target | No | Optional. If provided, on teardown the MX is set to this target (e.g. apple.com) instead of restoring the pre-window snapshot. |