New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | Take full control of WordPress emails and notifications. Replace default messages, add custom triggers, and send alerts via email, webhook, Slack, and … | You have to log in to add a translation. | Details |
Original untranslated
Take full control of WordPress emails and notifications. Replace default messages, add custom triggers, and send alerts via email, webhook, Slack, and …
You have to log in to edit this translation. |
|||
| ↑ | Notification - Custom Notifications and Alerts for WordPress | You have to log in to add a translation. | Details |
Original untranslated
Notification - Custom Notifications and Alerts for WordPress
CommentPlugin name. You have to log in to edit this translation. |
|||
| Yes! We offer <a href="https://bracketspace.com/custom-development/">custom plugin development</a> services. Feel free to contact us. | You have to log in to add a translation. | Details | |
Original untranslated
Yes! We offer <a href="https://bracketspace.com/custom-development/">custom plugin development</a> services. Feel free to contact us.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The plugin can handle it, but your server probably can't. For thousands of emails at once, use the <a href="https://bracketspace.com/downloads/notification-sendgrid/">SendGrid</a> or <a href="https://bracketspace.com/downloads/notification-mailgun/">Mailgun</a> extensions, which are designed for high volume via a single API call. SMTP typically times out after a dozen emails. | You have to log in to add a translation. | Details | |
Original untranslated
The plugin can handle it, but your server probably can't. For thousands of emails at once, use the <a href="https://bracketspace.com/downloads/notification-sendgrid/">SendGrid</a> or <a href="https://bracketspace.com/downloads/notification-mailgun/">Mailgun</a> extensions, which are designed for high volume via a single API call. SMTP typically times out after a dozen emails.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Use the <a href="https://bracketspace.com/downloads/notification-conditionals/">Conditionals extension</a> to control exactly when a notification is sent. | You have to log in to add a translation. | Details | |
Original untranslated
Use the <a href="https://bracketspace.com/downloads/notification-conditionals/">Conditionals extension</a> to control exactly when a notification is sent.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Manage Notification E-mails gives you on/off toggles for default WordPress emails — you can mute them, but that's it. Notification can also disable default emails, but then lets you <strong>replace them</strong> with fully customized versions — custom content, custom recipients, merge tags, and multiple carrier options. It's the difference between muting emails and owning them. | You have to log in to add a translation. | Details | |
Original untranslated
Manage Notification E-mails gives you on/off toggles for default WordPress emails — you can mute them, but that's it. Notification can also disable default emails, but then lets you <strong>replace them</strong> with fully customized versions — custom content, custom recipients, merge tags, and multiple carrier options. It's the difference between muting emails and owning them.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| They complement each other rather than compete. Use OneSignal for marketing push notifications to your audience, and Notification for internal workflow alerts for your team. | You have to log in to add a translation. | Details | |
Original untranslated
They complement each other rather than compete. Use OneSignal for marketing push notifications to your audience, and Notification for internal workflow alerts for your team.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| They solve completely different problems. <strong>OneSignal</strong> sends browser push notifications to re-engage visitors after they leave your site. <strong>Notification</strong> sends event-driven alerts (email, webhook, Slack, etc.) when something happens inside WordPress — a post is published, a user registers, a comment needs moderation. | You have to log in to add a translation. | Details | |
Original untranslated
They solve completely different problems. <strong>OneSignal</strong> sends browser push notifications to re-engage visitors after they leave your site. <strong>Notification</strong> sends event-driven alerts (email, webhook, Slack, etc.) when something happens inside WordPress — a post is published, a user registers, a comment needs moderation.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| BNFW is a solid choice if you only need to customize email content. Notification is for users who want full control over what gets sent, where, and how. | You have to log in to add a translation. | Details | |
Original untranslated
BNFW is a solid choice if you only need to customize email content. Notification is for users who want full control over what gets sent, where, and how.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Both plugins let you customize WordPress email notifications, but they take different approaches: | You have to log in to add a translation. | Details | |
Original untranslated
Both plugins let you customize WordPress email notifications, but they take different approaches:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Create a notification with the <strong>Comment Published</strong> trigger. Set the recipient to <strong>Email/Merge Tag</strong> → <code>{post_author_user_email}</code> so the post author is notified. Use <code>{comment_author_user_display_name}</code>, <code>{comment_content}</code>, <code>{post_title}</code>, and <code>{post_permalink}</code> in the body. | You have to log in to add a translation. | Details | |
Original untranslated
Create a notification with the <strong>Comment Published</strong> trigger. Set the recipient to <strong>Email/Merge Tag</strong> → <code>{post_author_user_email}</code> so the post author is notified. Use <code>{comment_author_user_display_name}</code>, <code>{comment_content}</code>, <code>{post_title}</code>, and <code>{post_permalink}</code> in the body.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Create a notification with the <strong>User Role Changed</strong> trigger. Set the recipient to <strong>Email/Merge Tag</strong> → <code>{user_email}</code> so the affected user gets the notification. Use <code>{user_display_name}</code>, <code>{old_role}</code>, and <code>{new_role}</code> in the body. | You have to log in to add a translation. | Details | |
Original untranslated
Create a notification with the <strong>User Role Changed</strong> trigger. Set the recipient to <strong>Email/Merge Tag</strong> → <code>{user_email}</code> so the affected user gets the notification. Use <code>{user_display_name}</code>, <code>{old_role}</code>, and <code>{new_role}</code> in the body.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Create two notifications — one with the <strong>Plugin Activated</strong> trigger and one with the <strong>Plugin Updated</strong> trigger. Use <code>{plugin_name}</code>, <code>{plugin_version}</code>, and <code>{plugin_activation_date_time}</code> in the message body. Similar triggers are also available for themes. | You have to log in to add a translation. | Details | |
Original untranslated
Create two notifications — one with the <strong>Plugin Activated</strong> trigger and one with the <strong>Plugin Updated</strong> trigger. Use <code>{plugin_name}</code>, <code>{plugin_version}</code>, and <code>{plugin_activation_date_time}</code> in the message body. Similar triggers are also available for themes.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Use the <strong>Post Updated</strong> trigger. Set the recipient to the Administrator role (or any role/email you prefer). Include <code>{post_title}</code>, <code>{post_permalink}</code>, <code>{post_updating_user_display_name}</code>, and <code>{post_revision_link}</code> in the body to see what changed and who changed it. | You have to log in to add a translation. | Details | |
Original untranslated
Use the <strong>Post Updated</strong> trigger. Set the recipient to the Administrator role (or any role/email you prefer). Include <code>{post_title}</code>, <code>{post_permalink}</code>, <code>{post_updating_user_display_name}</code>, and <code>{post_revision_link}</code> in the body to see what changed and who changed it.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Create a notification with the <strong>User Login Failed</strong> trigger. Set the recipient to the Administrator role. Include <code>{user_login}</code>, <code>{user_IP}</code>, and <code>{user_login_failed_datetime}</code> in the body to see who tried to log in, from where, and when. | You have to log in to add a translation. | Details | |
Original untranslated
Create a notification with the <strong>User Login Failed</strong> trigger. Set the recipient to the Administrator role. Include <code>{user_login}</code>, <code>{user_IP}</code>, and <code>{user_login_failed_datetime}</code> in the body to see who tried to log in, from where, and when.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.