mimou78 / magento-2-mail-redirect
This module allows you to redirect all emails that leave Magento to a specific email. and this in order to prevent customers during the development period from receiving test emails.
Package info
github.com/CleatSquad/Magento-Mail-Redirect
Type:magento2-module
pkg:composer/mimou78/magento-2-mail-redirect
Requires
- php: ^7
- magento/framework: ^100.1|^101.0|^102.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-22 19:11:20 UTC
README
This module allows you to redirect all emails that leave Magento to a specific email. and this in order to prevent customers during the development period from receiving test emails.
Introduction
The recommended method for testing emails leaving Magento 2 is to use a mailCatcher like:
But this is not always easy to setup in all environments and configurations. Hence the usefulness of this module because it is easy to set up and to use.
Installation
$ composer require "mimou78/magento-2-mail-redirect"
$ php bin/magento setup:upgrade
Usage
Magento Admin > Stores > Configuration > Advanced > Developer > Redirect Emails
