inpsyde / block-mails-quick-n-dirty
Blocks outgoing WordPress emails by removing all recipients
Installs: 510
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:wordpress-plugin
This package is auto-updated.
Last update: 2021-10-30 11:58:37 UTC
README
Blocks outgoing WordPress emails by removing all recipients
UNMAINTAINED
NOTE: This repository is no longer maintained.
Table Of Contents
Installation
The best way to use this package is through Composer:
$ composer require inpsyde/block-mails-quick-n-dirty
Usage
Just install the plugin and activate it. No Mails will be sent anymore via wp_mail()
. 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.