This function enables DomainKeys Identified Mail (DKIM) records on the DNS server for one or more domains.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ enable_dkim \ domain='example.com'
{- "data": {
- "payload": [
- {
- "domain": "example.com",
- "msg": "Installed Keys",
- "status": 1
}
]
}, - "metadata": {
- "command": "enable_dkim",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}