Send an email to all users whenever a new post is published on your WordPress.
This version especial thanks for caramelopardalis
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 https://wordpress.org/plugins/my-smtp-wp/ or read our FAQ
Read the FAQ before use.
Want to help? Use the support
11 languages:
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
Use https://github.com/valeriosouza/post-notification
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 );<h3>License</h3>
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/.
Post Notification by Email
directory to the /wp-content/plugins/
directoryThe limit is the one who decides your hosting provider, since we use a PHP function pro shooting. They are usually 200 emails per hour.
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 https://wordpress.org/plugins/my-smtp-wp/
Yes, you can use an SMTP plugin.
We recommend https://wordpress.org/plugins/my-smtp-wp/
Yes, you can use SendGrid, Mandrill and the Amazon SES. Almost everyone has a WordPress plugin or accept a SMTP configuration.
Open the settings screen and see if there is any category or post type registered.
On the settings screen select all categories. By default, when you install the plugin he already choose all categories registered.
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.
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.