Question
How do I disable notifications for an individual cPanel user?
Answer
This can be completed by logging into the cPanel for the affected user and clicking on "Contact Information". On this screen, there are various options for notifications that can be enabled or disabled under "Contact Preferences". If you would like to disable one or more of these notifications, you may uncheck the box next to the specific notification you would like to disable.
Alternatively, you may also use the cPanel API to accomplish this. Example:
cpapi2 --user=$user CustInfo savecontactinfo notify_autossl_renewal=0 notify_autossl_renewal_coverage=0 notify_autossl_expiry_coverage=0 notify_autossl_expiry=0 notify_ssl_expiry=0
More information on this API call can be found in our documentation here.
Comments
0 comments
Article is closed for comments.