ttek-plg / mailog
Log and track any mail sent through the PHP mailGateway
Installs: 485
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
Type:ttek-plugin
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.