Post Notification By Email Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
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
Heads up:
Read the FAQ before use.
Want to help? Use the support
Now we are in:
11 languages:
- English
- Portuguese
- French
- Polish
- German
- Spanish
- Dutch
- Chinese
- Italian
- Czech
- Japanese
Want to help?
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
Contribute
Use https://github.com/valeriosouza/post-notification
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 );<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/.
Screenshots
-
Enter email or choose levels of users with permission to receive emails.
-
Personalize your message. Use image, colors and whatever you decide.
-
Conditions for sending the email.