-
Notifications
You must be signed in to change notification settings - Fork 16
/
readme.txt
315 lines (187 loc) · 8.36 KB
/
readme.txt
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
=== Post Notification ===
Contributors: valeriosza
Donate link: https://valeriosouza.com.br/donate/
Tags: notification, users, emails, post, new posts, new pages, new comments, news, newsletter,posts, post type
Requires at least: 3.0
Tested up to: 5.2.2
Stable tag: 4.1.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Send an email to all users whenever a new post is published on your WordPress.
== Description ==
This plugin notifies registered users via email of new posts, pages, post types and comments published.
The notification uses the E-mail PHP, check with your hosting your sending limit and the amount of registered users.
Are usually accepted 200 emails per hour.
If your hosting server does not allow sending emails, use a plugin like SMTP http://wordpress.org/plugins/my-smtp-wp/ or read our FAQ
= Heads up: =
Read the [FAQ](https://wordpress.org/plugins/notify-users-e-mail/faq/) before use.
Want to help? Use the [support](https://wordpress.org/support/plugin/notify-users-e-mail)
= Now we are in: =
11 languages:
- English
- Portuguese
- French
- Polish
- German
- Spanish
- Dutch
- Chinese
- Italian
- Czech
- Japanese
= Want to help? =
If you can translate, help in https://www.transifex.com/projects/p/post-notification-email/ in WP-Translations.
Known to develop, help in https://github.com/valeriosouza/post-notification
Have suggestions for new features? https://github.com/valeriosouza/post-notification/issues/new
Want to keep up with the latest news from this plugin? Follow Twitter [@valeriosza](https://twitter.com/valeriosza)
== Installation ==
1. Upload the `Post Notification by Email` directory to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Start posting and to automatically publish an e-mail is sent.
1. Configure the plugin in 'Post Notification by Email' Menu.
1. Register emails and select levels of users that can receive e-mail.
1. Replace the messages according to your preference.
== Contribute ==
Use https://github.com/valeriosouza/post-notification
== Frequently Asked Questions ==
= What limit for sending mail? =
The limit is the one who decides your hosting provider, since we use a PHP function pro shooting. They are usually 200 emails per hour.
= I want to change the email sending, like I do? =
Use an SMTP plugin and configure with the data from your email. It is the safest way to use and to avoid blockages or spam boxes.
We recommend http://wordpress.org/plugins/my-smtp-wp/
= Is to change the way of shooting? =
Yes, you can use an SMTP plugin.
We recommend http://wordpress.org/plugins/my-smtp-wp/
= Is there any other way to send emails? =
Yes, you can use SendGrid, Mandrill and the Amazon SES. Almost everyone has a WordPress plugin or accept a SMTP configuration.
= I installed the plugin and does not send email. What can be? =
Open the settings screen and see if there is any category or post type registered.
= I want you to always send for all categories, how do? =
On the settings screen select all categories. By default, when you install the plugin he already choose all categories registered.
= What is the real purpose of this plugin? =
Imagine you have 100 people registered on your site and want to notify them of all posts.
This plugin simplifies sending an email with this notice.
= My comments are not being sent because? =
Only emails are sent for comments that do not suffer moderation rules. If for some reason he held in moderation, after the approval e-mail is not sent.
Look this `wp-admin/options-discussion.php`
This plugin will not change this function, you can go out on a add-on or pro version.
== For Developers ==
= Custom email engine/function =
If you don't want to send emails by `wp_mail()` you can do the following way:
add_filter( 'notify_users_email_use_wp_mail', '__return_false' );
function custom_email_engine( $emails, $subject, $message ) {
// custom actions here!
}
add_action( 'notify_users_email_custom_mail_engine', 'custom_email_engine', 10, 3 );
== Screenshots ==
1. Enter email or choose levels of users with permission to receive emails.
2. Personalize your message. Use image, colors and whatever you decide.
3. Conditions for sending the email.
== Changelog ==
= 4.1.3 - 21/06/2019 =
* Fixed: bugs and errors.
= 4.1.2 - 23/02/2015 =
* Fixed: bugs and errors.
= 4.1.1 - 20/02/2015 =
* New: Draft for published in Bulk Action.
* Fixed: Error Undefined index: conditional_post_type.
* Fixed: No email is sent for new comments.
= 4.1 - 10/02/2015 =
* Fixed: Resolved bug load_plugin_textdomain.
* Fixed: Resolved bug Emails are being sent for unpublished Comments.
* New: All Posts types in conditional.
* Unreal: We love the Brazilian currency.
= 4.0.4 - 08/01/2014 =
* Fixed: Resolved bugs, errors and add new languages.
= 4.0.3 - 25/12/2014 =
* Fixed: Resolved bugs and errors.
= 4.0.2 - 24/11/2014 =
* Fixed: Resolved bugs and errors.
= 4.0.1 - 24/11/2014 =
* Fixed: Resolved bugs and errors.
= 4.0.0 - 14/11/2014 =
* New: New name.
* New: New menu and page.
* New: Added new {content_post} placeholder for content of posts.
* New: Added conditions for sending the email.
* New: Added new fields editor and HTML email.
* Unreal: We will dominate the world
= 3.1.2 - 06/11/2014 =
* Fixed: Resolved error latest version of PHP.
= 3.1.1 - 03/11/2014 =
* New: Added translate Chinese and German.
* New: Screen for Help.
= 3.1.0 - 03/08/2014 =
* New: Added new {date} placeholder for comments.
* New: Improved the date format with date_i18n().
* Fixed: Fixed the duplicate emails.
* Fixed: Fixed broken placeholders.
* Fixed: Fixed the page and comments validation when save the options.
* Unreal: The World not found.
= 3.0.2 - 29/07/2014 =
* Fixed: Resolved error comments link.
* Unreal: It is possible to buy Google for $1.
= 3.0.1 - 01/07/2014 =
* New: Adapted to work with the My SMTP WP plugin .
* Unreal: Makes fresh coffee for you.
= 3.0.0 - 26/06/2014 =
* New: Now it is possible to notify new pages created and new comments received.
* New: New translations available
* Unreal: Makes fresh coffee for you.
= 2.0.0 - 16/04/2014 =
* create new interface
= 1.0.4 - 02/09/2013 =
* Update function mail to wp_mail
= 1.0.3 - 02/09/2013 =
* Update function alert
= 1.0.1 - 01/08/2013 =
* Translation es-ES
= 1.0.0 - 29/07/2013 =
* E-mail sent by BCC
* Screen Options
* Security
* Translation pt-BR
= 0.1.0 - 12/07/2013 =
* Lançada primeira versão beta
== Upgrade Notice ==
= 4.1.2 - 23/02/2015 =
* Fixed: bugs and errors.
= 4.1.1 - 20/02/2015 =
* New: Draft for published in Bulk Action.
* Fixed: Error Undefined index: conditional_post_type.
* Fixed: No email is sent for new comments.
= 4.1 =
* Fixed: Resolved bug load_plugin_textdomain.
* Fixed: Resolved bug Emails are being sent for unpublished Comments.
* New: All Posts types in conditional.
* Unreal: We love the Brazilian currency.
= 4.0.4 =
* Fixed: Resolved bugs, errors and add new languages.
= 4.0.3 =
* Fixed: Resolved bugs and errors.
= 4.0.2 =
* Fixed: Resolved bugs and errors.
= 4.0.1 =
* Fixed: Resolved bugs and errors.
= 4.0.0 =
* New: New name.
* New: New menu and page.
* New: Added new {content_post} placeholder for content of posts.
* New: Added conditions for sending the email.
* New: Added new fields editor and HTML email.
= 3.1.2 =
* Fixed: Resolved error latest version of PHP.
= 3.1.1 =
* New: Added translate Chinese and German.
* New: Screen for Help.
= 3.1.0 =
Added new {date} placeholder for comments, Improved the date format with date_i18n(), Fixed the duplicate emails, Fixed broken placeholders, Fixed the page and comments validation when save the options.
= 3.0.2 =
Resolved error comments link.
= 3.0.1 =
Adapted to work with the My SMTP WP plugin .
= 2.1.0 =
== License ==
Post Notification by Email is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Post Notification by Email is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Post Notification by Email. If not, see <http://www.gnu.org/licenses/>.