experius / module-emailcatcher
4.0.1
2024-01-22 16:10 UTC
Requires
- php: ^8
- dev-master
- 4.0.1
- 4.0.0
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- v1.0.0
- dev-feature/SCSUP-1684
- dev-upgrade-fix
- dev-password-reset-fix
- dev-feature/whitelist-specific-templates
- dev-feature/full-2.3.3-support
- dev-magento-2.3.3
- dev-bugfix/PGW-228
- dev-magento-2.3
- dev-magento-2.1
This package is auto-updated.
Last update: 2024-09-22 17:57:22 UTC
README
``experius/module-emailcatcher``
主要功能
- 记录所有由Magento发送的电子邮件
- 在弹出窗口中查看电子邮件内容(适合测试和样式设置)
- 转发捕获的电子邮件
- 重新发送捕获的电子邮件
- 清理30天以上的旧电子邮件(定时任务或手动)
- 根据白名单电子邮件模板发送电子邮件
版本
-
版本4.x或更高版本与Magento >= 2.4.6-p2和PHP >= 8.2兼容
-
版本3.x与Magento >= 2.2.0 <= 2.4.5和PHP 7.4兼容
[请注意,从3.0.0版本开始,composer require已更改为experius/module-emailcatcher]
- 版本2.0.0或更高版本与Magento 2.2或更高版本兼容
- 版本1.3.2或更高版本与Magento 2.1.8或更高版本兼容
- 版本低于1.3.2的版本仍然可以用于Magento 2.1.7或更低版本,但我们建议安装较新版本
安装
在生产环境中,请使用--keep-generated
选项
类型1:压缩文件
- 将压缩文件解压到
app/code/Experius/EmailCatcher
- 通过运行
php bin/magento module:enable Experius_EmailCatcher
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新 - 通过运行
php bin/magento cache:flush
刷新缓存
类型2:Composer
- 在Composer仓库中使模块可用,例如
- 公共仓库
packagist.org
- 公共GitHub仓库作为vcs
- 公共仓库
- 通过运行
composer require experius/module-emailcatcher
安装模块 - 通过运行
php bin/magento module:enable Experius_EmailCatcher
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新 - 通过运行
php bin/magento cache:flush
刷新缓存
启用邮件捕获
启用邮件捕获。
- 商店 > 设置 > 配置 > 高级 > 电子邮件捕获 > 通用 > 启用邮件捕获(emailcatcher/general/enabled)
禁用邮件发送(默认的Magento,建议用于开发)
- 商店 > 设置 > 配置 > 高级 > 系统 > 邮件发送设置 > 禁用邮件通信(system/smpt/disable)
利用白名单功能
- 商店 > 设置 > 配置 > 高级 > 电子邮件捕获 > 白名单 > 应用白名单(emailcatcher/whitelist/apply_whitelist)
- 商店 > 设置 > 配置 > 高级 > 电子邮件捕获 > 白名单 > 白名单模板(emailcatcher/whitelist/email_templates)
管理员网格
- 系统 > 工具 > 邮件捕获