This function sends an email account's client settings to an email address.
Important:
When you disable the Receive Mail role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ Email \ dispatch_client_settings \ to='user@example.com' \ account='username'
{- "apiversion": 3,
- "func": "dispatch_client_settings",
- "module": "Email",
- "result": {
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}