tsyama/cakephp-send-mail-logger

SendMailLogger plugin for CakePHP

1.0.1 2018-11-03 17:18 UTC

This package is auto-updated.

Last update: 2024-04-29 04:03:04 UTC


README

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require tsyama/cakephp-send-mail-logger

Usage

1. Create send_mail_logs table

bin/cake migrations migrate -p SendMailLogger

2. Replace Email class

use SendMailLogger\Email;