Mail
Spam Management
Remove block on emails from specific domains
This function unblocks email from specific domains.
get/unblock_incoming_email_from_domain
Query parameters
domainstring required
The domain to unblock.
Note:
- The function returns 0 for the updated return if the server already doesn't block that domain.
- An FQDN requires at least a label, a dot (.), and a top-level domain (TLD).
- Enter an asterisk (*) to represent a wildcard label or TLD.
- To unblock multiple domains, duplicate or increment the parameter name.
Response
HTTP Request was successful.
Example response
{
"data": {
"updated": 1
},
"metadata": {
"command": "unblock_incoming_email_from_domain",
"reason": "OK",
"result": 1,
"version": 1
}
}