EmailLogger
https://github.com/magesuite/email-logger
This module adds an email log to store emails which were sent from the Magento instance.
Installation
This module is optional.
composer require "creativestyle/magesuite-email-logger" ^1.0.0
Admin settings
Google API keys can be added in:
Stores -> Configuration -> MageSuite -> Email Logger
Settings
Name | Options | Note |
---|---|---|
Enabled |  Yes/No | Enabling/Disabling whole module logic |
Retention period in days | Â Numbers | Time after which old emails will be deleted from logs. |
Reviewing logs
Logs are stored in the database table email_log
in the admin panel there is a separate grid to review it.
The grid is in System -> Email Logs
.
Â