Email
Email Server Information
Return mail server's supported character encodings
This function lists character encodings that the mail server supports.
Important:
When you disable the Receive Mail role, the system disables this function.
get/Email/get_charsets
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_charsets",
"module": "Email",
"result": {
"data": [
"utf-8"
],
"metadata": {
"transformed": 1
},
"status": 1
}
}