This function sets Exim's queue to not send outgoing mail from an email account.
Notes:
Email::release_outgoing
function.Email::suspend_outgoing
function.uapi --output=jsonpretty \ --user=username \ Email \ hold_outgoing \ email='username@example.com'
{- "apiversion": 3,
- "func": "hold_outgoing",
- "module": "Email",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}