WP Manifestindependent plugin directory
manifest / email / dev-mail

Development mails archived

Redirect all mails on development and staging environments. Made for WordPress.

by Trendwerk · github.com/trendwerk/dev-mail · website

1stars
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/trendwerk/dev-mail/archive/refs/heads/master.zip

Readme

Development mails

Redirect all mails on development and staging environments. Made for WordPress.

Installation

composer require trendwerk/dev-mail --dev

Setup

The constants below should be placed in your environment configuration file.

WP_ENV

Defines which environment we're in. This contains either development, staging or production, depending on the Git branche the environment is linked to.

TP_DEV_MAIL

Contains the e-mail address to which e-mail will be sent in the development environment. In staging environments, the e-mail will be sent to the e-mail address set in WordPress admin.

Read the full README on GitHub →

Releases

TagPublished
1.0.3 Aug 5, 2016
1.0.2 Jul 14, 2016
1.0.1 Jan 30, 2015
1.0.0 Jan 30, 2015

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.