Email Reports
Email Reports Scheduled email summaries of 404s, logins, activity, and mail stats.
What it does
Section titled “What it does”Scheduled email summaries of 404s, logins, activity, and mail stats.
- Uses scheduled tasks (WP-Cron) for background work.
- Includes settings so you can tune this module for your site.
- Activate license.
- Enable Reports.
- Send scheduled email reports.
- Day of Week.
When to use it
Section titled “When to use it”Enable it if:
- You specifically need: Scheduled email summaries of 404s, logins, activity, and mail stats.
- You want this Site Tools feature without installing a separate plugin for it.
When not to use it
Section titled “When not to use it”Settings
Section titled “Settings”Options you can configure for this module include:
- Activate license
- Enable Reports
- Send scheduled email reports
- Day of Week
- Day of Month
- Subject Line
- %1$s - Site Report (%2$s to %3$s)
- Send to
How to enable it
Section titled “How to enable it”- Go to WP PowerSuite -> Modules.
- Open Site Tools or search for “Email Reports”.
- Toggle Email Reports on.
- Confirm your WP PowerSuite license is active.
- Open the module settings and save.
Toggle it off anytime to stop this module from loading.
How to test it
Section titled “How to test it”- Confirm Email Reports is enabled under WP PowerSuite -> Modules -> Site Tools.
- Use the feature this module controls (the admin UI, front-end behavior, upload, login flow, etc.).
- ✅ Pass: you see the module-specific behavior described above.
- ❌ Fail: re-check this module’s settings and license, then look for another plugin doing the same job.
Troubleshooting
Section titled “Troubleshooting”- No change after enabling. Confirm the toggle is on, hard-refresh, and review this module’s settings.
- Conflicts. Temporarily disable other plugins that implement the same feature.
- Locked / inactive. Activate a valid WP PowerSuite license.
- Unexpected side effect. Toggle Email Reports off to revert, then re-enable with adjusted settings.
What does Email Reports do?
Scheduled email summaries of 404s, logins, activity, and mail stats.
Does Email Reports require a PRO license?
Yes. Email Reports is a PRO module and needs an active WP PowerSuite license.
Does Email Reports have settings?
Yes. Open module settings from WP PowerSuite -> Modules after enabling it.
How do I turn Email Reports off?
Go to WP PowerSuite -> Modules, find Email Reports, and toggle it off.
Developer notes (hooks & filters)
Source: modules/email-reports/admin.php, modules/email-reports/includes/ReportRegistry.php, modules/email-reports/includes/ReportService.php, modules/email-reports/module.php, modules/email-reports/views/email-template.php, modules/email-reports/views/partials/email-partials.php, modules/email-reports/views/sections/activity-log.php, modules/email-reports/views/sections/email-logs.php.
Boot: admin · context: admin, cron, ajax.
Hooks (non-exhaustive): cron_schedules, wpps_email_reports_daily, wpps_email_reports_weekly, wpps_email_reports_monthly, wp_powersuite_module_settings_saved, init, wp_ajax_wpps_email_reports_send_test, wp_ajax_wpps_email_reports_send_now, admin_enqueue_scripts.