.pdf)
WHM Plugins
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Retrieve your contact information and email notfication settings. |
| Returns: | |
<data> <enabled> A boolean value that indicates whether or not your contact information is enabled. '1' if it is enabled.</enabled> <value> A string, boolean, or undefined value that contains the option's setting.</value> <type> A string value that indicates what type of value the option is. (e.g. 'string' or 'boolean')</type> <descp> A string value that contains a description of the option.</descp> <name> A string value that contains the name of the option being displayed.</name> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Saves the user's contact info and settings for email notifications |
| Parameters: | |
| notify_email_quota_limit (boolean (optional)) | |
| Send notifications to your contact email address when one of your email accounts approaches or is over quota. | |
| notify_bandwidth_limit (boolean (optional)) | |
| Send notifications to your contact email address when you are reaching your bandwidth usage limit. | |
| notify_disk_limit (boolean (optional)) | |
| Send notifications to your contact email address when you are reaching your disk quota. | |
| email (string) | |
| Email account to send notifications to. | |
| second_email (string) | |
| Secondary email account to send notifications to. | |
| Returns: | |
<data> <value> A string value that contains the value of the specified parameter.</value> <display_value> A string value that contains what is displayed from 'value'.</display_value> <name> A string value that contains the name of the parameter.</name> </data> |