This function sets Exim's queue to not send outgoing mail from an email account.
Notes:
Email::release_outgoing
function.Email::suspend_outgoing
function.email required | string <email> The email account's username. Example: email=username@example.com |
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --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
}
}