This function creates an email address.
Important:
UserManager::create_user
function to create an email address instead of this function. This function is incompatible with the Reset Password feature.required | string or The email account username or address.
Note: You cannot enter Example: |
password required | string The email account password. Example: |
domain | string Default: The email account's domain. For example, Example: |
password | string The account's password hash. Notes:
Example: |
string or Default: The maximum amount of disk space that the new email account may use.
Note:
Example: | |
send | integer Default: Whether to send client configuration instructions to the account.
Example: |
skip | integer Default: Whether to skip the update of the email accounts database's cache.
Example: |
HTTP Request was successful.
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --output=jsonpretty \ --user=username \ Email \ add_pop \ email='user' \ password='123456luggage'
{- "apiversion": 3,
- "func": "add_pop",
- "module": "Email",
- "result": {
- "data": "user+example.com",
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}