aimanecouissi/module-newsletter-confirmation-suppress

Suppress confirmation email when a subscribed customer changes their email address

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 2025-09-14 11:33 UTC

This package is auto-updated.

Last update: 2025-10-14 12:19:53 UTC


README

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

Suppresses the newsletter confirmation email when a subscribed customer changes their email address; the subscription status remains subscribed and no confirmation is sent on email change.

Installation

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

Usage

Change a subscribed customer’s email (Customer Account → Account Information, or Admin → Customers → Edit). No newsletter confirmation email is triggered for this 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