How to disable AutoSSL notifications to the customers cpanel account emails

Recently many of our customers had asked us how they can disable AutoSSL notifications to the end user cpanel account emails. So we guys made a reasearch on this and got the cpanel forum link which this discussion was already going on and saw a script. Save the below to /root/autossldisable.sh, chmod 755 autossldisable.sh and then run it … Read more

How to change the Notifications Email’s Subject in Plesk.

Last day one of client asked me about this and on checking I can see the pre defined notification email has edit option for the body but not for the Subject.

To get this done, we may need to access the plesk database and change the Subject of the desired notification from “psa.notification” table

Before you start working on this, always take a mysqldump for “psa” so that if any thing goes wrong, you can simply restore from the backup.

Read more