Skip to content

LybeAB/magento-disable-newsletter-notifications

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • $ modman clone git@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 Confirmation and 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.

About

Allows to disable newsletter subscription / unsubscription email notifications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%