-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathreadme.txt
More file actions
51 lines (35 loc) · 1.44 KB
/
readme.txt
File metadata and controls
51 lines (35 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
=== Email ===
Contributors: developdaly
Tags: email, e-mail, wp-email, mail, wp_mail, send, email log
Requires at least: 3.5.2
Tested up to: 3.6
Stable tag: 1.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Email users with custom templates when certain actions happen, such as new posts or updated custom post types and keep a log of sent emails.
== Description ==
[**Contribute on Github**](https://github.com/developdaly/Email) | [**Report Bugs**](https://github.com/developdaly/Email/issues?labels=bug&milestone=&page=1&state=open)
This plugin allows you configure and reconfigure emails that are sent to specified users when certain things happen.
Some examples (applies to custom post types as well):
* new post
* updated post
* deleted post
* (more coming soon)
Additionally, you control the email template users receive. Boilterplate templates are included to get you started.
== Installation ==
See [Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
== Screenshots ==
1. Add new email
2. Email configuration with email template
3. Email log
== Changelog ==
= 1.1 =
* Fixes issue where emails were not sending for the "new" action
* Fixes issue where emails were attempting to send (but failing in most cases) for all posts types, even if not specified by the rule
* Adds logging of failed emails
= 1.0.2 =
* Improved Readme
= 1.0.1 =
* Improved Readme
= 1.0 =
* Initial release