hryvinskyi/magento2-module-email-logger
最新稳定版本:1.0.3
Composer 安装命令:
composer require hryvinskyi/magento2-module-email-logger
包简介
N/A
README 文档
README
Overview
The EmailLogger module is designed to log all outgoing emails from your Magento 2 store. This can be useful for debugging purposes, auditing email communication, and ensuring that emails are sent as expected.
Features
- Logs all outgoing emails from the site.
- Stores relevant email data such as subject, recipient, and timestamp.
- Easy installation and configuration.
Installation
Step 1: Create Module Directory
- Create the directory structure for the module:
app/code/Hryvinskyi/EmailLogger
Step 2: Copy Module Files
- Copy all module files into the
app/code/Hryvinskyi/EmailLoggerdirectory.
Step 3: Enable the Module
- Run the following commands to enable the module:
bin/magento module:enable Hryvinskyi_EmailLogger bin/magento setup:upgrade bin/magento cache:flush
Configuration
To configure the module, follow these steps:
- Go to Stores > Configuration > Advanced > System > Hryvinskyi Email Logger.
- Enable or disable logging as needed.
- Customize the log retention period if desired.
Usage
After the module is installed and enabled, all outgoing emails will be logged. You can find the log entries in the database table named email_logger or view them in the Magento admin panel under Reports > Email Logs.
Support
If you encounter any issues or need assistance, please feel free to open an issue on our repository or contact our support team.
License
This module is licensed under the MIT License. See the LICENSE file for more details.
Authors
- [Your Name] - Developer of the EmailLogger Module
统计信息
- 总下载量: 44
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-02