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