Development mails archived
Redirect all mails on development and staging environments. Made for WordPress.
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.zipReadme
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
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.