The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
628 Ready
462 Need Help
🏆 Leaderboard
Actively Maintained v1.0.3

Orangecat Email Catch

orangecat/emailcatch

Logs outgoing Magento 2 emails and optionally redirects all email traffic to a single address for development, with an admin view to inspect, resend, and delete logged emails, a configurable retention cron, and a REDIRECTED subject marker.

15
Downloads
Below average
1
GitHub Stars
Below average
3mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
15 warnings
PHPStan Failed

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.3 on Magento 2.4.9
Jun 7, 2026
v1.0.2 on Magento 2.4.9
Jun 1, 2026

Share This Module's Status

Orangecat Email Catch Magento compatibility status badge

README

Loaded from GitHub

M2 Email Catch Module

This module has been developed for Magento > 2.4.6

Orangecat_EmailCatch module enables you to save log emails and redirect email traffic to a single email address for development purposes.

Usage - view/resend/delete Logs

Go to System > Email > View emails Log

There you can see the emails sent, send them or delete them.

If the "redirect" function is enabled, to the original subject of the email will be added the sentence "<<<< REDIRECTED >>>>"

Configuration

System > Email > Configuration Logs

or

Stores > Configuration > Orangecat > Email Log

  • Log Settings > Enable Log Outgoing Emails: Enable saving a copy of sent email

  • Log Settings > Log Clean Every (days): Sets the number of days that the logs will be kept until they are deleted (by cron)

  • Developer > Enable Redirect Messages: Enable redirection of all email traffic to a single email address

  • Developer > Redirect Email Address: Email address where the traffic will be redirected when the previous option is enabled

Installation

The extension must be installed via composer. To proceed, run these commands in your terminal:

composer require orangecat/emailcatch
php bin/magento module:enable Orangecat_EmailCatch
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.