tsyama/cakephp-send-mail-logger

SendMailLogger plugin for CakePHP

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:cakephp-plugin

pkg:composer/tsyama/cakephp-send-mail-logger

1.0.1 2018-11-03 17:18 UTC

This package is auto-updated.

Last update: 2025-09-29 02:42:05 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;