Description
This function modifies an email account's password and disk quota.
Warning:
- UAPI (recommended) —
Email::passwd_pop
— This function changes an email account's password. - cPanel API 2 —
Email::passwdpop
— This function modifies an email account's password.
Examples
This function does not return output.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
|
string |
Required The email account name. |
The account name that corresponds to the email account. For example, user if the email address isuser@example.com. |
user |
password |
string |
Required The email account's new password. |
A secure password. |
12345luggage |
quota |
integer |
Required The maximum amount of disk space that the email account uses. |
A positive integer that represents anamount of disk space, in Megabytes (MB). |
500 |
domain |
string |
Required The email account's domain. |
The domain that corresponds to the email account. For example, example.com if the email address is user@example.com. |
example.com |
Returns
This function does not return output.