Email Logs
Email Logs History of WordPress-sent email with recipients, subjects, and timestamps for support and debugging.
What it does
Section titled “What it does”History of WordPress-sent email with recipients, subjects, and timestamps for support and debugging.
- Hooks into WordPress email sending.
- Managed from a dedicated admin page under WP PowerSuite.
- [Content truncated - exceeded size limit].
- (Content logging disabled).
- WP PowerSuite Email Logs.
When to use it
Section titled “When to use it”Enable it if:
- You specifically need: History of WordPress-sent email with recipients, subjects, and timestamps for support and debugging.
- 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”Email Logs has a dedicated admin page under WP PowerSuite. Enable the module, then open that page to configure it.
How to enable it
Section titled “How to enable it”- Go to WP PowerSuite -> Modules.
- Open Site Tools or search for “Email Logs”.
- Toggle Email Logs on.
- Confirm your WP PowerSuite license is active.
- Open the module settings / admin page and save.
Toggle it off anytime to stop this module from loading.
How to test it
Section titled “How to test it”- Confirm Email Logs 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 Logs off to revert, then re-enable with adjusted settings.
What does Email Logs do?
History of WordPress-sent email with recipients, subjects, and timestamps for support and debugging.
Does Email Logs require a PRO license?
Yes. Email Logs is a PRO module and needs an active WP PowerSuite license.
Where do I manage Email Logs?
After enabling it, open its dedicated page under WP PowerSuite.
How do I turn Email Logs off?
Go to WP PowerSuite -> Modules, find Email Logs, and toggle it off.
Developer notes (hooks & filters)
Source: modules/email-logs/includes/EmailLogService.php, modules/email-logs/module.php, modules/email-logs/views/admin-page.php.
Boot: standard · context: both.
Hooks (non-exhaustive): wp_privacy_personal_data_exporters, wp_privacy_personal_data_erasers, init, wp_mail, wp_mail_failed, wp_mail_succeeded, wp_ajax_wpps_email_logs_delete, wp_ajax_wpps_email_logs_delete_all, admin_enqueue_scripts, admin_post_wpps_email_logs_save_settings, admin_post_wpps_email_logs_export.