• Hi,

    Is there a way to send a weekly summary E-Mail with the available WordPress/Plugin Updates of the managed sites.

    I do not have enabled the automatic updates since I prefer to do the update process manually. But I would like to get a weekly reminder of how much potential updates are available.

    I could not find a settling like this in the MainWP Dashboard.

    Thanks

Viewing 1 replies (of 1 total)
  • I believe you can do this by going to Settings > Global Options and setting “Use WP-Cron” to “no,” then setting up a weekly cron job on your server to run this file:

    
    /mainwp/wp-content/plugins/mainwp/cron/updatescheck.php
    

    and this one:

    
    /mainwp/wp-content/plugins/mainwp/cron/pingchilds.php
    

    I run them once daily, and get a daily summary, but I can’t think of any reason you couldn’t run them weekly if you wanted to.

Viewing 1 replies (of 1 total)
  • The topic ‘Send weekly Update Summary E-Mail’ is closed to new replies.