Skip to content
Select theme
Get Started

Customize WordPress Emails

Summarize with AI

Customize WordPress Emails Branded templates and sender settings for core WordPress emails; enable or disable each type.

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.

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.

Customize WordPress Emails has a dedicated admin page under WP PowerSuite. Enable the module, then open that page to configure it.

  1. Go to WP PowerSuite -> Modules.
  2. Open Site Tools or search for “Customize WordPress Emails”.
  3. Toggle Customize WordPress Emails on.
  4. Confirm WP PowerSuite Pro is installed and your license is active.
  5. Open the module settings / admin page and save.

Toggle it off anytime to stop this module from loading.

  • 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.
  • 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.

Prefer the command line? You can turn this module on or off with WP-CLI instead of the dashboard:

Terminal window
# Turn the module on
wp powersuite module enable custom-wp-emails
# Turn the module off
wp powersuite module disable custom-wp-emails
# Check whether it is on, its category, and where its settings live
wp powersuite module get custom-wp-emails

Managing 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.