ttek-plg/mailog

Log and track any mail sent through the PHP mailGateway

Installs: 492

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:ttek-plugin

pkg:composer/ttek-plg/mailog

3.0.2 2022-08-05 00:00 UTC

README

Project: ttek-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 (ttek-plg/mailog) and as such installable via Composer.

# composer require ttek-plg/mailog

Or add the following to your composer.json file:

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

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

Introduction