Email
Email Accounts
Validate email account password
This function verifies the password for an email account.
Important:
When you disable the Receive Mail role, the system disables this function.
get/Email/verify_password
Query parameters
emailstring email required
Example:username@example.com
The email account address.
passwordstring required
Example:123456luggage
The email account password.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "verify_password",
"module": "Email",
"result": {
"data": 1,
"status": 1
}
}