WP Manifestindependent plugin directory
manifest / email / my-email-log

My Email Log

Logs information from send emails.

by Maarten Menten · github.com/mmaarten/my-email-log · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mmaarten/my-email-log/archive/refs/heads/master.zip

Readme

My Email Logs

Logs information from send emails.

Requirements

Installation

  1. Download and extract zip into wp-content/plugins/ folder.
  2. Run npm install to install dependencies.
  3. Run composer install to install dependencies.
  4. Run npm run build to compile assets.
  5. Activate plugin via WordPress admin menu: Plugins.

Development

Run composer install to install dependencies.

Read the full README on GitHub →