redpa2ya/magento2-module-replace-email-recipients 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

redpa2ya/magento2-module-replace-email-recipients

最新稳定版本:1.0.0

Composer 安装命令:

composer require redpa2ya/magento2-module-replace-email-recipients

包简介

This module will be replaced all recipient email addresses by specific emails. This prevents emailing to actual customers when using database production on development or testing environments.

README 文档

README

How to install & upgrade Redpa2ya_Rer

1. Install via composer (recommend)

Run the following command in Magento 2 root folder.

1.1 Install

composer require redpa2ya/magento2-module-replace-email-recipients
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

1.2 Upgrade

composer update redpa2ya/magento2-module-replace-email-recipients
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Run compile if your store in production mode:

php bin/magento setup:di:compile

2. Copy and paste

If you don't want to install via composer, you can use this way.

  • Download the latest version here
  • Extract magento2-module-replace-email-recipients.zip file to app/code/Redpa2ya/Rer (Make sure you created the folder app/code/Redpa2ya/Rer if it doesn't exist).
  • Go to Magento root folder and run upgrade command line to install Redpa2ya_Rer:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Configuration

1. On the Admin sidebar, go to STORES > Configuration

2. In the left panel, expand REDPA2YA EXTENSIONS and choose Replace Email Recipients underneath.

3. Click to expand the General Configuration section and do the following:

alt text

  • Module Enable: choose Yes to enable this module
  • To: The destination emails, the first is "To" email and Remaining are "Bcc" emails.

4. Click Save Config

5. Flush cache by the following command:

php bin/magento cache:flush

统计信息

  • 总下载量: 4.47k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2020-05-19