This function cancels the suspension action put in place by the UAPI Email::suspend_outgoing
function for outgoing mail for an email account.
Note:
To suspend an email account and reject all outgoing mail, use the UAPI Email::suspend_outgoing
function.
uapi --output=jsonpretty \ --user=username \ Email \ unsuspend_outgoing \ email='username@example.com'
{- "apiversion": 3,
- "func": "unsuspend_outgoing",
- "module": "Email",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}