WP Manifestindependent plugin directory
manifest / email / block-mails-quick-n-dirty

Block Mails Quick'n'Dirty archived

Blocks outgoing WordPress emails by removing all recipients

by Inpsyde GmbH · github.com/inpsyde/block-mails-quick-n-dirty · website

0stars
510composer installs
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/inpsyde/block-mails-quick-n-dirty/archive/refs/heads/master.zip

Also on Packagist as inpsyde/block-mails-quick-n-dirty:

composer require inpsyde/block-mails-quick-n-dirty

From the readme

Inpsyde Block Mails Quick'n'Dirty Blocks outgoing WordPress emails by removing all recipients UNMAINTAINED NOTE: This repository is no longer maintained. Table Of Contents Installation Usage Crafted by Inpsyde License Contributing Installation The best way to use this package is through Composer: Usage Just install the plugin and activate it. No Mails will be sent anymore via wpmail(). It works by removing any recipient from the underlying PHPMailer. Thanks to mutable objects. Crafted by Inpsyde The team at Inpsyde is engineering the Web since 2006. License Copyright (c) 2016, Inpsyde Good news, this plugin is free for everyone! Since it's released under the MIT License you can use it free of charge on your personal or commercial website. Contributing All feedback / bug reports / pull requests are welcome.

Read the full README on GitHub →