email-cop

WordPress plugin for stopping outgoing emails with the option of viewing them

Stars
3

=== Email Cop === Contributors: ashfame Donate link: http://ashfame.com/ Tags: email, development, tools Requires at least: 3.0.1 Tested up to: 5.2.4 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Prevents WordPress from sending out emails and save them so that you can preview them without actually having to send them.

== Description ==

Prevents WordPress from sending out emails and save them so that you can preview them without actually having to send them. Best for checking or designing emails in development environment.

Please report any issues directly to Github repo - https://github.com/ashfame/email-cop/

Pull requests are welcome :-)

Icon Credit: Cop icon - http://www.aha-soft.com/

== Installation ==

  • Upload the folder email-cop to the /wp-content/plugins/ directory
  • Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

= Can I use this on production / live site? =

You shouldn't because it prevents the actual emails to go out to recipients, so I wouldn't recommend it. Though if you know what you are doing, you are probably not reading this right now.

== Screenshots ==

  1. Emails saved as Custom Post Type
  2. View emails in browser

== Upgrade Notice ==

  • Always use the latest and the greatest for the best experience.

== Changelog ==

= 0.1.1 =

  • Flush rewrite rules on activation

= 0.1 =

  • Initial release