uom-plg/mailog

Log and track any mail sent through the PHP mailGateway

3.0.0 2022-03-03 00:00 UTC

README

Project: uom-plg/mailog
Published: 01 Jul 2018 Web: http://www.tropotek.com/
Authors: Michael Mifsud http://www.tropotek.com/

A plugin to record each mail message sent from the site.

Contents

Installation

Available on Packagist (uom-plg/mailog) and as such installable via Composer.

# composer require uom-plg/mailog

Or add the following to your composer.json file:

{
  "uom-plg/mailog": "~1.0"
}

If you do not use Composer, you can grab the code from GitHub, and use any PSR-0 compatible autoloader to load the classes.

Introduction