Disable Newsletter Emails by outer/edge

outeredge/magento-newsletter-disable-email

Disables Magento 2's built-in newsletter confirmation emails. Allows control over subscription, confirmation, and unsubscribe email sending, useful when using external newsletter platforms.

No errors foundPHPStan level 5Build passingSemVer compliant

Supported Magento versions: 2.4.9

63,986 installs★ 8 starsLatest: v1.3.0Released 2025-03-17License: MIT

composer require outeredge/magento-newsletter-disable-email

README

Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.

Packagist Packagist Packagist

Disable Newsletter Emails for Magento 2 by outer/edge

With this module you can disable the built-in newsletter confirmation email notifications. For example, when a customer subscribes or unsubscribes from the newsletter.

This is particularly useful if you are using an external newsletter platform which handles the confirmation emails, such as Klaviyo or Mailchimp.

Installation

Install via Composer
composer require outeredge/magento-newsletter-disable-email
Review configuration for Newsletter Emails

Configuration is available in Stores > Configuration > outer/edge > Newsletter Emails. The following options are available:

Structured Data (Product)

magento2-newsletter-email-disable

  • Enable Confirmation Request Email: Enable or disable the newsletter confirmation request email.
  • Enable Confirmation Success Email: Enable or disable the newsletter confirmation success email.
  • Enable Unsubscribe Email: Enable or disable the newsletter unsubscribe email.

Once the module is installed and configured, only the emails that are still enabled will be sent to customers who sign up, confirm, or unsubscribe from the newsletter.

← All packages from outeredge