thelia/thelia-mail-catcher-module

Maintainers

Package info

github.com/thelia-modules/TheliaMailCatcher

Type:thelia-module

pkg:composer/thelia/thelia-mail-catcher-module

Statistics

Installs: 2 748

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

1.0.1 2022-09-02 09:58 UTC

This package is auto-updated.

Last update: 2026-03-01 00:22:14 UTC


README

This module catches all mails sent from Thelia and redirect them to the admin emails (registered to receive notifications) in the store configuration.

Installation

Manually

  • Copy the module into <thelia_root>/local/modules/ directory and be sure that the name of the module is TheliaMailCatcher.
  • Activate it in your thelia administration panel

Composer

Add it in your main thelia composer.json file

composer require thelia/thelia-mail-catcher-module:~0.1

Usage

You just have to activate this module.