From 137ddc30d9fddfa3d0a1104882422a0ecc9f122b Mon Sep 17 00:00:00 2001 From: James Ward Date: Fri, 4 Jan 2019 15:17:51 +0000 Subject: [PATCH] +Updated readme.md +Added WordPress repo version of readme --- readme.md | 4 ++-- readme.txt | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 readme.txt diff --git a/readme.md b/readme.md index 519e9a1..ec8c6a6 100644 --- a/readme.md +++ b/readme.md @@ -2,11 +2,11 @@ [![Build Status](https://travis-ci.org/JWardee/wp-mail-catcher.svg?branch=master)](https://travis-ci.org/JWardee/wp-mail-catcher) -A fast, lightweight plugin that saves emails sent by your WordPress website. +A fast, lightweight plugin that saves emails sent by your WordPress website (under 140kb in size!) ## Features * Zero setup required - just install and away you go -* Minimalistic - no overbloated features you never use weighing your site down +* Minimalistic - no overbloated features you never use weighing your site down - under 140kb in size! * Bulk export emails to CSV for easy inclusion into Excel or any other program * Compose new emails with the WordPress controls you're already familiar with * Resend your emails in bulk diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..85292ca --- /dev/null +++ b/readme.txt @@ -0,0 +1,62 @@ +=== WP Mail Catcher === +Contributors: Wardee +Tags: wp_mail, mail, logging, catcher, export, resend +Requires at least: 4.7 +Tested up to: 5.0.2 +Requires PHP: 5.6 +Stable tag: 1.2.2 +License: GNU General Public License v3.0 +License URI: https://raw.githubusercontent.com/JWardee/wp-mail-catcher/master/LICENSE + +A fast, lightweight plugin that saves emails sent by your WordPress website (under 140kb in size!) + +== Description == +A fast, lightweight plugin that saves emails sent by your WordPress website (under 140kb in size!) + +## Features +* Zero setup required - just install and away you go +* Minimalistic - no overbloated features you never use weighing your site down - under 140kb in size! +* Bulk export emails to CSV for easy inclusion into Excel or any other program +* Compose new emails with the WordPress controls you\'re already familiar with +* Resend your emails in bulk +* Debugging - see exactly which file and code line was responsible for sending the email, along with any errors encountered +* Manage what user permissions can see the logs +* Routinely have your logs cleared out at a specified time - or keep them forever +* Completely free + +== Frequently Asked Questions == += Is this really free? = + +Yup, completely 100% free, no premium add-ons or anything like that. + += Does that include adverts/nagging = + +Yes, there are no adverts/annoying messages asking you to "upgrade to pro" or anything similar, 100% of the features are available and always will be. + += What plugins are supported? = + +Anything that doesn't unhook the native wp_mail function is supported, this includes but not limited to: +* WooCommerce +* Contact Form 7 +* MailGun +* SparkPost +* Easy WP SMTP (excluding their test email function) +* SendGrid + +(Click here for a full list)[https://github.com/JWardee/wp-mail-catcher#confirmed-support] + += What plugins are currently not supported = + +* WP Mail Bank (unhooks wp_mail filters) +* BuddyPress + +If you'd like to see support for these plugins or any other plugins please leave a feature request in our (GitHub tracker)[https://github.com/JWardee/wp-mail-catcher/issues] + += I've found an issue!/I have a great idea on how to improve this = + +Great! Please leave a note in our (GitHub tracker) + +== Screenshots == +1. Send a quick email from your dashboard +2. Basic, no clutter options page +3. The table supports: sorting, exporting and resending