Create an email-authentication DNS record
generate_dns_recordCreate the exact DNS setting a domain needs so its email is trusted and harder to spoof — SPF, DMARC, BIMI, or MTA-STS. Returns the record to copy into DNS, with where to put it. No credit used. Available on the Qualisend Pro plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | SPF: how strict to be with everyone else (default ~all). | |
| ip4 | No | SPF: allowed IPv4 addresses/ranges. | |
| ip6 | No | SPF: allowed IPv6 addresses/ranges. | |
| pct | No | DMARC: percent of mail the policy applies to. | |
| rua | No | DMARC: email to receive summary reports. | |
| ruf | No | DMARC: email to receive detailed failure reports. | |
| mode | No | MTA-STS: policy mode (default testing). | |
| type | Yes | Which record to create. | |
| domain | Yes | The domain the record is for. | |
| policy | No | DMARC: what to do with mail that fails checks. | |
| logoUrl | No | BIMI: https link to the brand's SVG logo. | |
| mxHosts | No | MTA-STS: the domain's mail-server hostnames. | |
| includes | No | SPF: services allowed to send (e.g. _spf.google.com). | |
| authorityUrl | No | BIMI: https link to the VMC certificate. |