This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Mail Deactivation

Description

Deactivates emailing. WordPress sends no more mails.

How does it work?

  • It replaces ‘wp_mail’ with a dummy function

It doesn’t work?

  • Check for other plugins which replace ‘wp_mail’
  • Check for plugins which use ‘mail’ instead of ‘wp_mail’. And delete them! 😀

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Mail Deactivation” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Mail Deactivation” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • Replaces ‘wp_mail’ with a dummy function