Supercharge your WordPress email notifications using a WYSIWYG editor and shortcodes. Default and new notifications available. Add-ons available.
Better Notifications for WP is a simple but powerful plugin for that allows you to customise the email notifications that WordPress sends using a WYSIWYG editor and shortcodes. All of the default WordPress email notifications are available to customise as well as lots of new ones. You can choose to send notifications to individual users, multiple users, all users in a user role, multiple roles – you name it! You can also power-up your notifications with Premium Add-ons. Emails are sent out via your WordPress website (using wp_mail
) but can be sent via SMTP using a 3rd party plugin should you wish.
If you want to let users create their own email notifications/subscriptions/alerts, check out my other plugin: Content Notify.
Here’s a quick walkthrough of the plugin in action:
You want all the users in the Editor role to be notified via email when a new post is published and you’d like to customise it to include your logo along with the author’s name and date / time it was published – with this plugin, that’s easy.
A handy list of shortcodes you can use is available here.
Power-up your notifications using add-ons:
Notification Add-on Bundles – Everything you need for your WordPress notifications. Save big when you buy an add-on bundle. Instant access.
Subscriptions (GDPR) – Allow users to manage their subscriptions for BNFW notifications.
If you want to let users create their own email notifications/subscriptions/alerts, check out my other plugin: Content Notify.
Conditional Notifications – Limit certain notifications depending on which categories, tags, post formats, or terms you choose.
Custom Fields – Provides a number of new shortcodes allowing you to include data from custom fields and custom user fields created using ACF.
Send to Any Email – Send notifications to non-WordPress Users.
Digest – Group multiple notifications into a single digest notification.
Global Override – Override some of the settings of notifications directly when editing a post, page, or custom post type.
Reminders – Send a reminder to your users and/or user roles when a post, page, or custom post type hasn’t been updated after a set amount of time. Also send a notification when a user hasn’t logged in for a set amount of time.
Multisite – Adds new notifications and shortcodes for WordPress Multisite to Better Notifications for WP.
Profile Builder – Adds compatibility and new notifications and shortcodes for Profile Builder Free, Hobbyist, and Pro plugins to Better Notifications for WP.
…and more coming soon!
The notifications that are currently available to use are:
Admin
Transactional
Posts / Custom Post Types
Pages
Media
Posts
Custom Post Types
Multisite (Multisite Add-on)
If you’d like to see a notification in the list above, please drop me a line in the forum and I’ll see what I can do to add it.
If you want to let users create their own email notifications/subscriptions/alerts, check out my other plugin: Content Notify.
Like this plugin? Please leave it a great review! Don’t think the plugin is worthy of 5 stars? Having problems? Let me know in the forum and I’ll do my best to help.
DISCLAIMER
This is an incredibly useful and highly rated plugin however, it’s possible that overuse or abuse of this plugin could upset your users by sending them too many notifications. By downloading / installing / using this plugin, you take full responsibility of the management / quantity / types of notifications that are sent out from it including abiding by any SPAM laws in your country / operating areas, dealing with / responding to subscription / unsubscription requests, complaints, and so on. I accept no liability or responsibility for SPAM or abuse of this plugin from the user(s) of or anyone that may receive notifications as a result of the use of this plugin. I’m trusting you, please don’t abuse your users.
Full Documentation for BNFW can be found here.
Yes and no. Most notifications work but full support can’t be guaranteed for all notifications at the moment. Full support is on the roadmap but for the time being, I’d recommend using the Classic Editor plugin with BNFW.
Shortcodes are text in square brackets that output content of some kind. For example, if you want to add the content of a post to a notification for ‘New Post Published’, you can use the [post_content]
shortcode to display this in the email that is sent out.
Shortcodes can be used in the ‘Subject’ and ‘Message Body’ of your notifications, except for a select few (due to a restriction in WordPress).
A handy list of shortcodes you can use is available here.
The possibilities are endless!
[user_ip_address]
and [email_user_ip_address]
in notifications that can use the User shortcodes.[password_url_raw]
and [login_url_raw]
in the ‘New User Registration – For User’ notification to output these URLs as plain text (without the link wrapped around them).[user_ip_address]
can be used in any notification that supports the [user_]
shortcode group and will show the IP address of the user who triggered the notification.email_user
and user_
shortcodes are now available to use in the ‘User Email Changed Confirmation – For User’ notification.wp_new_comment
, wp_insert_comment
, and rest_insert_comment
hooks.The rest of the changelog can be found here.