flancer32/mage2_ext_email_hijack
Composer 安装命令:
composer require flancer32/mage2_ext_email_hijack
包简介
Hijack all emails being sent by Magento and forward its to developers.
README 文档
README
Hijack all emails being sent by Magento and forward its to developers.
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
Configuration
Go to Store / Configuration / Advanced / System:
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": "*"
}
}
统计信息
- 总下载量: 1.82k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2018-05-25
