How Can We Help?
Notify users on outdated CMS
cPGuard provides an option to send email notifications to the end users about outdated CMS installations under their accounts. You can enable or disable this feature from cPGuard >> Settings >> Notifications >> Notify outdated versions of CMS under User Notifications. You have 3 options
- Never:-completely disable the notification
- Daily:- This will send daily alerts to the users after fetching version info from the installed CMS
- Weekly:- This will send weekly (Monday) alerts to the users after fetching version info from the installed CMS
- Monthly:- This will send monthly(1st day of a month) alerts to the users after fetching version info from the installed CMS
Branding/Customizing email templates
Administrators can customize/brand the emails that an end-user will receive to match their brand by editing the template file /opt/cpguard/app/resources/email_templates/user_cms_threats.html . You may modify/replace the template as you wish leaving the placeholders/variables like {{{PRIMARY_DOMAIN}}} in the places where content is to be substituted by our script
Available placeholders
{{{PRIMARY_DOMAIN}}} Primary domain of the account |
{{{APP_URL}}} URL to end-user panel |
{{{CMSVERSIONROWS}}} Outdated CMS and add-ons table |
{{{CMSTHREATS}}} CMS threats and Vulnerabilities table |
{{{CHECK_TIME}}} Date and time |
{{{YEAR}}} Current year |