aurmil / magento-disable-newsletter-notifications
Magento - Disable newsletter notifications extension
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 3
Forks: 6
Open Issues: 0
Type:magento-module
Requires
This package is auto-updated.
Last update: 2024-12-12 05:39:08 UTC
README
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
$ modman clone https://github.com/aurmil/magento-disable-newsletter-notifications.git
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:
{
"require": {
"aurmil/magento-disable-newsletter-notifications": "dev-master"
},
"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
},
{
"type": "vcs",
"url": "git://github.com/aurmil/magento-disable-newsletter-notifications"
}
],
"extra": {
"magento-root-dir": "./"
}
}
- 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.