create_mx_record
Create an MX record to route email to the correct mail server for a domain, with priority and TTL settings.
Instructions
Create an MX record (mail exchange) for a domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time to live in seconds (optional) | |
| name | Yes | The record name (subdomain, use "@" for root domain) | |
| domain | Yes | The domain name | |
| exchange | Yes | The mail server hostname (e.g., "mail.example.com") | |
| priority | Yes | The priority/preference value (lower is higher priority, e.g., 10) |