We'll create fresh WordPress site with Post Notification by Email installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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/.