eleanorsoft / maillogger
EleanorSoft module allowing to catch all emails from site and store them to db
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4
This package is not auto-updated.
Last update: 2025-06-04 15:12:54 UTC
README
Module logs all Magento2 emails in var/mail
folder. Each email is saved in a seperate file with timestamp.
Default email communication must be enabled in order for this module to work properly. You can disabled real email using settings from the module.
Copy it to your app/code folder and run:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy