Email
Email Accounts
Update email account password
This function changes an email account's password.
Important:
When you disable the Receive Mail role, the system disables this function.
get/Email/passwd_pop
Query parameters
Example:username@example.com
The email account username or address.
passwordstring required
Example:12345luggage
The email account password.
domainstring domain
Example:example.com
The email account's domain.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "passwd_pop",
"module": "Email",
"result": {
"status": 1
}
}