orangecat/emailcatch

Email Log and Redirect

Installs: 7

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.1 2024-03-09 16:15 UTC

This package is auto-updated.

Last update: 2024-05-09 16:35:36 UTC


README

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