Scheduling Automated Email Reports
You can schedule any saved report to be emailed automatically on a recurring basis.
Set up a schedule
- Go to Analytix → Analytics Reports and open a saved report.
- Click the Schedule button.
- Set the frequency (daily, weekly, monthly), delivery time, and recipient email addresses.
- Toggle the schedule to Active and click Save.
How delivery works
Analytix uses WordPress cron (wp-cron) to trigger email delivery at the scheduled time. The email contains a rendered HTML version of your report sent via wp_mail() — or your configured SMTP settings.
WordPress cron requires a site visit to trigger. On low-traffic sites, consider setting up a real server-side cron job to call
wp-cron.php for reliable delivery.