aurmil/magento-disable-newsletter-notifications

Magento - Disable newsletter notifications extension

v1.2.0 2017-09-06 08:57 UTC

This package is auto-updated.

Last update: 2024-04-12 04:08:22 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.