2017 © Pedro Peláez
 

magento2-module mage2_ext_email_hijack

Hijack all emails being sent by Magento and forward its to developers.

image

flancer32/mage2_ext_email_hijack

Hijack all emails being sent by Magento and forward its to developers.

  • Thursday, May 31, 2018
  • by flancer32
  • Repository
  • 2 Watchers
  • 1 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 178 % Grown

The README.md

mage2_ext_email_hijack

Hijack all emails being sent by Magento and forward its to developers., (*1)

This module allows to intercept all emails being sent by Magento 2 and redirect to developers email addresses. Original addresses are converted into recipient names: * Customer First::cust1.at.gmail.com Customer Second::cust2.at.mail.com dev1@mail.com * Customer First::cust1.at.gmail.com Customer Second::cust2.at.mail.com dev2@mail.com, (*2)

Configuration

Go to Store / Configuration / Advanced / System:, (*3)

Store / Configuration / Advanced / System, (*4)

Install

From console

$ cd ${DIR_MAGE_ROOT}   // go to Magento 2 root folder ('composer.json' file should be placed there)
$ composer require flancer32/mage2_ext_email_hijack
$ bin/magento module:enable Flancer32_EmailHijack
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile

Using 'composer.json'

{
  "require": {
    "flancer32/mage2_ext_email_hijack": "*"
  }
}

The Versions

31/05 2018

dev-master

9999999-dev https://github.com/flancer32/mage2_ext_email_hijack

Hijack all emails being sent by Magento and forward its to developers.

  Sources   Download

GPL-3.0-only

by Alex Gusev

31/05 2018

0.1.1

0.1.1.0 https://github.com/flancer32/mage2_ext_email_hijack

Hijack all emails being sent by Magento and forward its to developers.

  Sources   Download

GPL-3.0-only

by Alex Gusev

26/05 2018

0.1.0

0.1.0.0 https://github.com/flancer32/mage2_ext_email_hijack

Hijack all emails being sent by Magento and forward its to developers.

  Sources   Download

GPL-3.0-only

by Alex Gusev