Download the PHP package aurmil/magento-disable-newsletter-notifications without Composer
On this page you can find all versions of the php package aurmil/magento-disable-newsletter-notifications. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aurmil/magento-disable-newsletter-notifications
More information about aurmil/magento-disable-newsletter-notifications
Files in aurmil/magento-disable-newsletter-notifications
Package magento-disable-newsletter-notifications
Short Description Magento - Disable newsletter notifications extension
License MIT
Homepage https://github.com/aurmil/magento-disable-newsletter-notifications
Informations about the package magento-disable-newsletter-notifications
Magento - Disable newsletter notifications extension
Overview
When a user subscribes or unsubscribes to your newsletter, he recieves an email to confirm his action. This behavior may not be wanted.
This extension allows you to block these confirmation emails.
Compatibility
Tested on Magento CE 1.6 - 1.9
Notes
- Free and open source
- Fully configurable
- Bundled with English and French translations
Installation
No Magento files will be modified but class Mage_Newsletter_Model_Subscriber will be extended and some of its methods overridden.
With modman
Manually
- Download the latest version of this module here
- Unzip it
- Move the "app" folder into the root directory of your Magento application, it will be merged with the existing "app" folder
With composer
-
Adapt the following "composer.json" file into yours:
- Install or update your composer project dependencies
Usage
In System > Configuration > Customers > Newsletter > Subscription Options, this extension adds two new options: Send Success Email and Send Unsubscription Email
- Select "Yes" to stay with the Magento basic behavior
- Select "No" (default value) to activate the extension
License
The MIT License (MIT). Please see License File for more information.