Generate SPF record
Generates a properly formatted SPF (Sender Policy Framework) record for a domain. Supports IPv4/IPv6 addresses, hostnames, include mechanisms, and various policies. The generated record helps prevent email spoofing and improves deliverability.
Authorizations
Bearer token authentication. Use format: Bearer YOUR_API_KEY
Body
Domain name
"example.com"
Keep existing SPF record entries
"false"
Allow IP addresses to send email
"true"
Allow MX servers to send email
"true"
Comma-separated list of hostnames allowed to send email
Comma-separated list of IPv4 addresses or CIDR blocks
Comma-separated list of IPv6 addresses or CIDR blocks
Comma-separated list of domains to include in SPF record
SPF policy: -all (fail), ~all (softfail), ?all (neutral), +all (pass)
-all, ~all, ?all, +all "~all"