aimanecouissi/module-newsletter-confirmation-suppress

Suppress newsletter confirmation emails on customer email change

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Type:magento2-module

pkg:composer/aimanecouissi/module-newsletter-confirmation-suppress

1.0.0 2026-03-01 21:28 UTC

This package is auto-updated.

Last update: 2026-03-01 22:34:42 UTC


README

Latest Stable Version Total Downloads Magento Version Require License PHP Version Require

Suppresses the newsletter confirmation email triggered when a subscribed customer changes their email address, keeping the subscription status unchanged.

Installation

composer require aimanecouissi/module-newsletter-confirmation-suppress
bin/magento module:enable AimaneCouissi_NewsletterConfirmationSuppress
bin/magento setup:upgrade
bin/magento cache:flush

Usage

Update a subscribed customer's email address from the storefront (My Account → Account Information) or from Admin → Customers → All Customers. No newsletter confirmation email is sent for the change. New subscriptions continue to follow Magento's default confirmation behavior.

Uninstall

bin/magento module:disable AimaneCouissi_NewsletterConfirmationSuppress
composer remove aimanecouissi/module-newsletter-confirmation-suppress
bin/magento setup:upgrade
bin/magento cache:flush

License

MIT