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
Requires
- php: ~8.3.0||~8.4.0
- magento/framework: 103.0.*
README
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