Customize WordPress Emails Branded templates and sender settings for core WordPress emails; enable or disable each type.
What it does
Section titled “What it does”Branded templates and sender settings for core WordPress emails; enable or disable each type.
- Controls comments or comment-related UI.
- Managed from a dedicated admin page under WP PowerSuite.
- New User Registration Notification.
- Password Set URL.
- Password Reset Request Email.
- Email Address Change Confirmation.
When to use it
Section titled “When to use it”Enable it if:
- You specifically need: Branded templates and sender settings for core WordPress emails; enable or disable each type.
- 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”Customize WordPress Emails 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 “Customize WordPress Emails”.
- Toggle Customize WordPress Emails on.
- Confirm WP PowerSuite Pro is installed and your 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 Customize WordPress Emails 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 Pro install/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. Install WP PowerSuite Pro beside the free plugin and activate your license.
- Unexpected side effect. Toggle Customize WordPress Emails off to revert, then re-enable with adjusted settings.
Manage with WP-CLI
Section titled “Manage with WP-CLI”Prefer the command line? You can turn this module on or off with WP-CLI instead of the dashboard:
# Turn the module onwp powersuite module enable custom-wp-emails
# Turn the module offwp powersuite module disable custom-wp-emails
# Check whether it is on, its category, and where its settings livewp powersuite module get custom-wp-emailsManaging more than one site? Add --url=https://example.com to point a command at one site. If this is a Pro module, install WP PowerSuite Pro and activate your license first. New to WP-CLI? See the full command guide.
What does Customize WordPress Emails do?
Branded templates and sender settings for core WordPress emails; enable or disable each type.
Is Customize WordPress Emails included in WP PowerSuite Pro?
Yes. Customize WordPress Emails ships in the WP PowerSuite Pro add-on. Install Pro beside the free plugin and activate your license.
Where do I manage Customize WordPress Emails?
After enabling it, open its dedicated page under WP PowerSuite.
How do I turn Customize WordPress Emails off?
Go to WP PowerSuite -> Modules, find Customize WordPress Emails, and toggle it off.
Developer notes (hooks & filters)
Source: modules/custom-wp-emails/includes/SmartCodeParser.php, modules/custom-wp-emails/includes/SystemEmailService.php, modules/custom-wp-emails/includes/WPSystemEmailHandler.php, modules/custom-wp-emails/module.php, modules/custom-wp-emails/views/email-template.php, modules/custom-wp-emails/views/settings-page.php, modules/custom-wp-emails/views/template-design-page.php.
Boot: standard · context: both.
Hooks (non-exhaustive): wp_new_user_notification_email_admin, wp_new_user_notification_email, retrieve_password_notification_email, new_user_email_content, email_change_email, wp_send_new_user_notification_to_admin, wp_password_change_notification_email, comment_notification_text, comment_notification_subject, comment_notification_headers, comment_moderation_text, comment_moderation_subject, comment_moderation_headers, new_admin_email_content, new_admin_email_subject, notify_post_author.