SpfGenerateInput
Body for kind=spf.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
allowA |
boolean |
no | — |
allowMx |
boolean |
no | — |
ip4 |
string[] |
no | — |
ip6 |
string[] |
no | — |
includes |
string[] |
no | — |
all |
string |
no | (fail, softfail, neutral, pass) |
Example
Section titled “Example”{ "allowA": true, "allowMx": true, "ip4": [ "string" ], "ip6": [ "string" ], "includes": [ "string" ], "all": "softfail"}