This function retrieves autoresponder information.
Important:
When you disable the Receive Mail role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ Email \ get_auto_responder \ email='user'
{- "apiversion": 3,
- "func": "get_auto_responder",
- "module": "Email",
- "result": {
- "data": {
- "body": "This is an autoresponder message.",
- "charset": "UTF-8",
- "from": "User Name",
- "interval": 24,
- "is_html": 1,
- "start": 1410277881,
- "stop": 1410300000,
- "subject": "Autoresponder Subject"
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}