Question
How can I edit the quota for an e-mail using the API?
Answer
E-mails can be created using the edit_pop_quota UAPI call:
uapi --user=username Email edit_pop_quota email=user quota=0 domain=example.com
Make sure to replace the value for the following:
user = cPanel account name
email = First part of email address
domain = Last part of email address
quota=NEW-VALUE
Documentation for this API call be found here:
Comments
0 comments
Article is closed for comments.