Skip to content

SpfGenerateInput

Body for kind=spf.

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)
{
"allowA": true,
"allowMx": true,
"ip4": [
"string"
],
"ip6": [
"string"
],
"includes": [
"string"
],
"all": "softfail"
}