tsyama/cakephp-send-mail-logger

SendMailLogger plugin for CakePHP

Maintainers

Package info

github.com/tsyama/cakephp-send-mail-logger

Type:cakephp-plugin

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

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2018-11-03 17:18 UTC

This package is auto-updated.

Last update: 2026-03-01 00:26:08 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;